Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp63 inline UBool hasContext() const { return context.length() > 1; } in hasContext() function
557 UBool hasContext = !prefix.isEmpty() || s.length() > cLength; in addCE32() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.cpp63 inline UBool hasContext() const { return context.length() > 1; } in hasContext() function
557 UBool hasContext = !prefix.isEmpty() || s.length() > cLength; in addCE32() local
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.cpp63 inline UBool hasContext() const { return context.length() > 1; } in hasContext() function
557 UBool hasContext = !prefix.isEmpty() || s.length() > cLength; in addCE32() local
/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationDataBuilder.java363 boolean hasContext() { return context.length() > 1; } in hasContext() method in CollationDataBuilder.ConditionalCE32