Searched refs:hasContext (Results 1 – 3 of 3) sorted by relevance
184 boolean hasContext = prefix.length() != 0|| s.length() > cLength; in addCE32()191 if(hasContext || Collation.ce32HasContext(baseCE32)) { in addCE32()196 if(!hasContext) { in addCE32()363 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32756 assert(!cond.hasContext()); in copyCE32()1022 assert(!head.hasContext()); in buildContext()1029 assert(cond == head || cond.hasContext()); in buildContext()
183 boolean hasContext = prefix.length() != 0|| s.length() > cLength; in addCE32()190 if(hasContext || Collation.ce32HasContext(baseCE32)) { in addCE32()195 if(!hasContext) { in addCE32()362 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32755 assert(!cond.hasContext()); in copyCE32()1021 assert(!head.hasContext()); in buildContext()1028 assert(cond == head || cond.hasContext()); in buildContext()
63 inline UBool hasContext() const { return context.length() > 1; } in hasContext() function551 UBool hasContext = !prefix.isEmpty() || s.length() > cLength; in addCE32() local558 if(hasContext || Collation::ce32HasContext(baseCE32)) { in addCE32()564 if(!hasContext) { in addCE32()985 U_ASSERT(!cond->hasContext()); in copyCE32()1356 U_ASSERT(!head->hasContext()); in buildContext()1363 U_ASSERT(cond == head || cond->hasContext()); in buildContext()