Searched refs:unassignedCEFromCodePoint (Results 1 – 8 of 8) sorted by relevance
586 static long unassignedCEFromCodePoint(int c) {
174 return Collation.unassignedCEFromCodePoint(c); in getSingleCE()
627 ceBuffer.append(Collation.unassignedCEFromCodePoint(c)); in appendCEsFromCE32()
619 ce32 = encodeOneCE(Collation.unassignedCEFromCodePoint(c)); in copyFromBaseCE32()
487 static inline int64_t unassignedCEFromCodePoint(UChar32 c) { in unassignedCEFromCodePoint() function
110 return Collation::unassignedCEFromCodePoint(c); in getSingleCE()
481 return Collation::unassignedCEFromCodePoint(c); in getSingleCE()850 ce32 = encodeOneCE(Collation::unassignedCEFromCodePoint(c), errorCode); in copyFromBaseCE32()
437 ceBuffer.append(Collation::unassignedCEFromCodePoint(c), errorCode); in appendCEsFromCE32()