OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CEs
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
ucol_cnt.h
41
uint32_t *
CEs
;
51
uint32_t *
CEs
;
ucol_elm.h
55
uint32_t *
CEs
;
68
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.
285
uint32_t *toReturn; /* This is the CE from
CEs
buffer that should be returned */
286
uint32_t *CEpos; /* This is the position to which we have stored processed
CEs
*/
299
uint32_t *extendCEs; /* This is use if
CEs
is not big enough */
300
int32_t extendCEsSize; /* Holds the size of the dynamic
CEs
buffer */
301
uint32_t
CEs
[UCOL_EXPAND_CE_BUFFER_SIZE]; /* This is where we store CEs *
[
all
...]
Completed in 47 milliseconds