Searched defs:endExpansionCE (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ducol_elm.h78 uint32_t *endExpansionCE; member in struct:__anon1414
88 uint32_t *endExpansionCE; member in struct:__anon1415
H A Ducol_imp.h117 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
120 * int32_t endExpansionCECount; - size of endExpansionCE. See UCOL_GETMAXEXPANSION
451 start = (coll)->endExpansionCE; \
463 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE)); \
466 result = *(coll->expansionCESize + (limit - coll->endExpansionCE)); \
793 uint32_t endExpansionCE; /* array of last collation element in member in struct:__anon1424
798 in endExpansionCE*/
799 int32_t endExpansionCECount; /* size of endExpansionCE */
927 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce. member in struct:UCollator
929 const uint32_t *lastEndExpansionCE;/* pointer to the last element in endExpansionCE */
[all...]

Completed in 14 milliseconds