Home | History | Annotate | Download | only in i18n

Lines Matching full:ce32

92      * Returns the CE32 from two contexts words.
100 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG).
101 * Requires that ce32 is special.
103 uint32_t getIndirectCE32(uint32_t ce32) const;
105 * Returns the CE32 for an indirect special CE32 (e.g., with DIGIT_TAG),
106 * if ce32 is special.
108 uint32_t getFinalCE32(uint32_t ce32) const;
111 * Computes a CE from c's ce32 which has the OFFSET_TAG.
113 int64_t getCEFromOffsetCE32(UChar32 c, uint32_t ce32) const {
114 int64_t dataCE = ces[Collation::indexFromCE32(ce32)];
175 * Array of CE32 values.
176 * At index 0 there must be CE32(U+0000)