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

/external/chromium_org/third_party/icu/source/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:__anon12110
68 uint32_t CEs[128]; /* These are collation elements - there could be more than one - in case of expansion */ member in struct:__anon12111
H A Ducol_tok.h72 uint32_t CEs[128]; member in struct:UColToken
H A Ducol_imp.h78 * - serialized UTrie with mappings of code points to CEs
113 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
118 * uint32_t contractionCEs; - offset to resulting contraction CEs (uint32_t *contractionCEs). When a contraction is resolved in the
121 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
124 * and last CEs in expansions.
283 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
284 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
297 uint32_t *extendCEs; /* This is use if CEs is not big enough */
298 int32_t extendCEsSize; /* Holds the size of the dynamic CEs buffer */
299 uint32_t CEs[UCOL_EXPAND_CE_BUFFER_SIZ member in struct:collIterate
[all...]

Completed in 117 milliseconds