Searched refs:ceNeedsTwoParts (Results 1 – 3 of 3) sorted by relevance
188 private static final boolean ceNeedsTwoParts(long ce) { in ceNeedsTwoParts() method in CollationElementIterator587 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1; in handleExpansion()
193 private static final boolean ceNeedsTwoParts(long ce) { in ceNeedsTwoParts() method in CollationElementIterator604 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1; in handleExpansion()
77 UBool ceNeedsTwoParts(int64_t ce) { in ceNeedsTwoParts() function409 count += ceNeedsTwoParts(ces[i]) ? 2 : 1; in handleExpansion()