Searched refs:getCE32FromSupplementary (Results 1 – 7 of 7) sorted by relevance
72 uint32_t getCE32FromSupplementary(UChar32 c) const { in getCE32FromSupplementary() function
418 (ce32 = d->getCE32FromSupplementary(c)) == Collation::FALLBACK_CE32) { in appendCEsFromCE32()421 ce32 = d->getCE32FromSupplementary(c); in appendCEsFromCE32()
200 return data->getCE32FromSupplementary(c); in handleNextCE32()
616 (ce32 = d.getCE32FromSupplementary(c)) == Collation.FALLBACK_CE32) { in appendCEsFromCE32()619 ce32 = d.getCE32FromSupplementary(c); in appendCEsFromCE32()
49 int getCE32FromSupplementary(int c) { in getCE32FromSupplementary() method in CollationData
614 (ce32 = d.getCE32FromSupplementary(c)) == Collation.FALLBACK_CE32) { in appendCEsFromCE32()617 ce32 = d.getCE32FromSupplementary(c); in appendCEsFromCE32()
47 int getCE32FromSupplementary(int c) { in getCE32FromSupplementary() method in CollationData