Searched defs:CEs (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Ducol_cnt.h41 uint32_t *CEs; member in struct:ContractionTable
51 uint32_t *CEs; member in struct:CntTable
H A Ducol_elm.h55 uint32_t *CEs; member in struct:__anon5345
68 uint32_t CEs[128]; /* These are collation elements - there could be more than one - in case of expansion */ member in struct:__anon5346
H A Ducol_tok.h72 uint32_t CEs[128]; member in struct:UColToken
H A Ducol_imp.h74 * - 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.
295 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
296 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
309 uint32_t *extendCEs; /* This is use if CEs is not big enough */
310 int32_t extendCEsSize; /* Holds the size of the dynamic CEs buffer */
311 uint32_t CEs[UCOL_EXPAND_CE_BUFFER_SIZ member in struct:collIterate
[all...]

Completed in 47 milliseconds