Home
last modified time | relevance | path

Searched refs:hasContext (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java184 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.ConditionalCE32
756 assert(!cond.hasContext()); in copyCE32()
1022 assert(!head.hasContext()); in buildContext()
1029 assert(cond == head || cond.hasContext()); in buildContext()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java183 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.ConditionalCE32
755 assert(!cond.hasContext()); in copyCE32()
1021 assert(!head.hasContext()); in buildContext()
1028 assert(cond == head || cond.hasContext()); in buildContext()
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp63 inline UBool hasContext() const { return context.length() > 1; } in hasContext() function
551 UBool hasContext = !prefix.isEmpty() || s.length() > cLength; in addCE32() local
558 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()