Lines Matching full:ce32
124 * Takes ce32=dataBuilder->encodeCEs(...) so that the data builder
128 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
131 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
147 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
168 * Encodes "temporary CE" data into a CE that fits into the CE32 data structure,
215 static inline UBool isTempCE32(uint32_t ce32) {
217 (ce32 & 0xff) >= 2 && // not a long-primary/long-secondary CE32
218 6 <= ((ce32 >> 8) & 0xff) && ((ce32 >> 8) & 0xff) <= 0x45;