Home | History | Annotate | Download | only in i18n

Lines Matching refs:ce

47         inline void append(int64_t ce, UErrorCode &errorCode) {
49 buffer[length++] = ce;
53 inline void appendUnsafe(int64_t ce) {
54 buffer[length++] = ce;
70 inline int64_t set(int32_t i, int64_t ce) {
71 return buffer[i] = ce;
116 // Return the next buffered CE.
127 // Normal CE from the main data.
143 // Normal CE from the base data.
165 * Overwrites the current CE (the last one returned by nextCE()).
167 void setCurrentCE(int64_t ce) {
169 ceBuffer.set(cesIndex - 1, ce);
241 * or TRUE if they map to CE(U+FFFD) (for UTF-8)
287 * Returns the previous CE when data->isUnsafeBackward(c, isNumeric).