Home | History | Annotate | Download | only in i18n

Lines Matching refs:ces

49      * that changes a tailoring builder's temporary CEs to final CEs.
79 * @return TRUE if c has CEs in this builder
96 const int64_t ces[], int32_t cesLength,
100 * Encodes the ces as either the returned ce32 by itself,
103 * add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
105 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
110 * Sets three-byte-primary CEs for a range of code points in code point order,
126 * Sets three-byte-primary CEs for a range of code points in code point order.
155 * Looks up CEs for s and appends them to the ces array.
158 * Does not write completely ignorable CEs.
163 int32_t getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength);
165 int64_t ces[], int32_t cesLength);
193 uint32_t encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode);
219 int32_t getCEs(const UnicodeString &s, int32_t start, int64_t ces[], int32_t cesLength);