Lines Matching refs:ce32
139 uint32_t ce32 = handleNextCE32(c, errorCode); in nextCE() local
140 uint32_t t = ce32 & 0xff; in nextCE()
145 ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | (t << 8)); in nextCE()
155 ce32 = d->getCE32(c); in nextCE()
156 t = ce32 & 0xff; in nextCE()
160 ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | (t << 8)); in nextCE()
168 ((int64_t)(ce32 - t) << 32) | Collation::COMMON_SEC_AND_TER_CE); in nextCE()
170 return nextCEFromCE32(d, c, ce32, errorCode); in nextCE()
271 virtual uint32_t getCE32FromBuilderData(uint32_t ce32, UErrorCode &errorCode);
273 void appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
281 int64_t nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
284 uint32_t getCE32FromPrefix(const CollationData *d, uint32_t ce32,
293 const UChar *p, uint32_t ce32, UChar32 c,
297 const CollationData *d, UCharsTrie &suffixes, uint32_t ce32,
313 void appendNumericCEs(uint32_t ce32, UBool forward, UErrorCode &errorCode);