Home
last modified time | relevance | path

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

/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
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java363 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java362 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32