Searched refs:getCE32FromSupplementary (Results 1 – 7 of 7) sorted by relevance
70 uint32_t getCE32FromSupplementary(UChar32 c) const { in getCE32FromSupplementary() function
416 (ce32 = d->getCE32FromSupplementary(c)) == Collation::FALLBACK_CE32) { in appendCEsFromCE32()419 ce32 = d->getCE32FromSupplementary(c); in appendCEsFromCE32()
200 return data->getCE32FromSupplementary(c); in handleNextCE32()
606 (ce32 = d.getCE32FromSupplementary(c)) == Collation.FALLBACK_CE32) { in appendCEsFromCE32()609 ce32 = d.getCE32FromSupplementary(c); in appendCEsFromCE32()
45 int getCE32FromSupplementary(int c) { in getCE32FromSupplementary() method in CollationData
608 (ce32 = d.getCE32FromSupplementary(c)) == Collation.FALLBACK_CE32) { in appendCEsFromCE32()611 ce32 = d.getCE32FromSupplementary(c); in appendCEsFromCE32()
47 int getCE32FromSupplementary(int c) { in getCE32FromSupplementary() method in CollationData