HomeSort by relevance Sort by last modified time
    Searched defs:CEs (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/i18n/
ucol_cnt.h 41 uint32_t *CEs;
51 uint32_t *CEs;
ucol_elm.h 54 uint32_t *CEs;
67 uint32_t CEs[128]; /* These are collation elements - there could be more than one - in case of expansion */
ucol_tok.h 72 uint32_t CEs[128];
ucol_imp.h 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 *
    [all...]
  /external/icu4c/i18n/
ucol_cnt.h 41 uint32_t *CEs;
51 uint32_t *CEs;
ucol_elm.h 54 uint32_t *CEs;
67 uint32_t CEs[128]; /* These are collation elements - there could be more than one - in case of expansion */
ucol_tok.h 72 uint32_t CEs[128];
ucol_imp.h 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 *
    [all...]

Completed in 24 milliseconds