Home
last modified time | relevance | path

Searched refs:ceNeedsTwoParts (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java193 private static final boolean ceNeedsTwoParts(long ce) { in ceNeedsTwoParts() method in CollationElementIterator
604 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1; in handleExpansion()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationElementIterator.java188 private static final boolean ceNeedsTwoParts(long ce) { in ceNeedsTwoParts() method in CollationElementIterator
587 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1; in handleExpansion()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcoleitr.cpp77 UBool ceNeedsTwoParts(int64_t ce) { in ceNeedsTwoParts() function
409 count += ceNeedsTwoParts(ces[i]) ? 2 : 1; in handleExpansion()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcoleitr.cpp77 UBool ceNeedsTwoParts(int64_t ce) { in ceNeedsTwoParts() function
409 count += ceNeedsTwoParts(ces[i]) ? 2 : 1; in handleExpansion()
/third_party/node/deps/icu-small/source/i18n/
Dcoleitr.cpp77 UBool ceNeedsTwoParts(int64_t ce) { in ceNeedsTwoParts() function
409 count += ceNeedsTwoParts(ces[i]) ? 2 : 1; in handleExpansion()
/third_party/icu/icu4c/source/i18n/
Dcoleitr.cpp77 UBool ceNeedsTwoParts(int64_t ce) { in ceNeedsTwoParts() function
409 count += ceNeedsTwoParts(ces[i]) ? 2 : 1; in handleExpansion()