Searched refs:ceNeedsTwoParts (Results 1 – 6 of 6) sorted by relevance
193 private static final boolean ceNeedsTwoParts(long ce) { in ceNeedsTwoParts() method in CollationElementIterator604 count += ceNeedsTwoParts(ces[start + i]) ? 2 : 1; in handleExpansion()
188 private static final boolean ceNeedsTwoParts(long ce) { in ceNeedsTwoParts() method in CollationElementIterator587 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()