Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp77 UBool ceNeedsTwoParts(int64_t ce) { in ceNeedsTwoParts() function
409 count += ceNeedsTwoParts(ces[i]) ? 2 : 1; in handleExpansion()