Home | History | Annotate | Download | only in i18n

Lines Matching refs:ce32

75      * Returns the CE32 from two contexts words.
83 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG).
84 * Requires that ce32 is special.
86 uint32_t getIndirectCE32(uint32_t ce32) const;
88 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG),
89 * if ce32 is special.
91 uint32_t getFinalCE32(uint32_t ce32) const;
94 * Computes a CE from c's ce32 which has the OFFSET_TAG.
96 int64_t getCEFromOffsetCE32(UChar32 c, uint32_t ce32) const {
97 int64_t dataCE = ces[Collation::indexFromCE32(ce32)];
148 * Array of CE32 values.
149 * At index 0 there must be CE32(U+0000)