Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEs

74  * - serialized UTrie with mappings of code points to CEs
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
114 * uint32_t contractionCEs; - offset to resulting contraction CEs (uint32_t *contractionCEs). When a contraction is resolved in the
117 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
120 * and last CEs in expansions.
280 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
281 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
294 uint32_t *extendCEs; /* This is use if CEs is not big enough */
295 int32_t extendCEsSize; /* Holds the size of the dynamic CEs buffer */
296 uint32_t CEs[UCOL_EXPAND_CE_BUFFER_SIZE]; /* This is where we store CEs */
451 (s)->CEpos = (s)->toReturn = (s)->CEs; \
624 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
625 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (coleiter)->iteratordata_.CEs)
626 #define setExpansionPrefix(coleiter, offset) ((coleiter)->iteratordata_.CEs + offset)
882 /* for charset CEs */
954 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce.