Searched refs:seqPrefix (Results 1 – 4 of 4) sorted by relevance
605 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType() local629 seqPrefix += baseType.copy(0, index+1); in checkRealBaseType()641 baseType = seqPrefix + baseType; in checkRealBaseType()
107 …sal_Bool isSeqType(const ::rtl::OString& type, ::rtl::OString& baseType, ::rtl::OString& seqPrefix…
1316 sal_Bool CunoType::isSeqType(const OString& type, OString& baseType, OString& seqPrefix) in isSeqType() argument1322 seqPrefix = ((OString)type).copy(0, index+1); in isSeqType()1327 seqPrefix = OString(); in isSeqType()
1094 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType() local1118 seqPrefix += baseType.copy(0, index+1); in checkRealBaseType()1128 baseType = seqPrefix + baseType; in checkRealBaseType()
Completed in 34 milliseconds