Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEs

70  * - serialized UTrie with mappings of code points to CEs
105 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
110 * uint32_t contractionCEs; - offset to resulting contraction CEs (uint32_t *contractionCEs). When a contraction is resolved in the
113 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
116 * and last CEs in expansions.
274 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
275 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
288 uint32_t *extendCEs; /* This is use if CEs is not big enough */
289 int32_t extendCEsSize; /* Holds the size of the dynamic CEs buffer */
290 uint32_t CEs[UCOL_EXPAND_CE_BUFFER_SIZE]; /* This is where we store CEs */
424 (s)->CEpos = (s)->toReturn = (s)->CEs; \
597 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
598 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (coleiter)->iteratordata_.CEs)
599 #define setExpansionPrefix(coleiter, offset) ((coleiter)->iteratordata_.CEs + offset)
855 /* for charset CEs */
927 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce.