Searched refs:unassignedCEFromCodePoint (Results 1 – 12 of 12) sorted by relevance
590 static long unassignedCEFromCodePoint(int c) {
178 return Collation.unassignedCEFromCodePoint(c); in getSingleCE()
637 ceBuffer.append(Collation.unassignedCEFromCodePoint(c)); in appendCEsFromCE32()
622 ce32 = encodeOneCE(Collation.unassignedCEFromCodePoint(c)); in copyFromBaseCE32()
588 static long unassignedCEFromCodePoint(int c) {
176 return Collation.unassignedCEFromCodePoint(c); in getSingleCE()
635 ceBuffer.append(Collation.unassignedCEFromCodePoint(c)); in appendCEsFromCE32()
621 ce32 = encodeOneCE(Collation.unassignedCEFromCodePoint(c)); in copyFromBaseCE32()
489 static inline int64_t unassignedCEFromCodePoint(UChar32 c) { in unassignedCEFromCodePoint() function
112 return Collation::unassignedCEFromCodePoint(c); in getSingleCE()
483 return Collation::unassignedCEFromCodePoint(c); in getSingleCE()852 ce32 = encodeOneCE(Collation::unassignedCEFromCodePoint(c), errorCode); in copyFromBaseCE32()
439 ceBuffer.append(Collation::unassignedCEFromCodePoint(c), errorCode); in appendCEsFromCE32()