Home | History | Annotate | Download | only in i18n

Lines Matching refs:ce32

119      * Takes ce32=dataBuilder->encodeCEs(...) so that the data builder
123 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
126 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
142 const int64_t newCEs[], int32_t newCEsLength, uint32_t ce32,
163 * Encodes "temporary CE" data into a CE that fits into the CE32 data structure,
210 static inline UBool isTempCE32(uint32_t ce32) {
212 (ce32 & 0xff) >= 2 && // not a long-primary/long-secondary CE32
213 6 <= ((ce32 >> 8) & 0xff) && ((ce32 >> 8) & 0xff) <= 0x45;