Searched refs:endExpansionCE (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/i18n/
H A Ducol_elm.h78 uint32_t *endExpansionCE; member in struct:__anon5888
88 uint32_t *endExpansionCE; member in struct:__anon5889
H A Ducol_elm.cpp170 maxet->size = (int32_t)(UCA->lastEndExpansionCE - UCA->endExpansionCE) + 2;
172 maxet->endExpansionCE =
175 if (maxet->endExpansionCE == NULL) {
185 *(maxet->endExpansionCE) = 0;
187 uprv_memcpy(maxet->endExpansionCE + 1, UCA->endExpansionCE,
195 maxjet->endExpansionCE = NULL;
291 if(t->maxExpansions->endExpansionCE != NULL) {
292 r->maxExpansions->endExpansionCE = (uint32_t *)uprv_malloc(sizeof(uint32_t)*t->maxExpansions->size);
294 if (r->maxExpansions->endExpansionCE
[all...]
H A Ducol_imp.h121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
124 * int32_t endExpansionCECount; - size of endExpansionCE. See UCOL_GETMAXEXPANSION
511 start = (coll)->endExpansionCE; \
523 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE)); \
526 result = *(coll->expansionCESize + (limit - coll->endExpansionCE)); \
873 uint32_t endExpansionCE; /* array of last collation element in member in struct:__anon5898
878 in endExpansionCE*/
879 int32_t endExpansionCECount; /* size of endExpansionCE */
999 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce. member in struct:UCollator
1001 const uint32_t *lastEndExpansionCE;/* pointer to the last element in endExpansionCE */
[all...]
H A Ducoleitr.cpp635 start = (coll)->endExpansionCE;
651 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE));
653 result = *(coll->expansionCESize + (limit - coll->endExpansionCE));
H A Ducol.cpp899 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
945 result->endExpansionCE = (uint32_t*)((uint8_t*)result->image +
946 result->image->endExpansionCE);
947 result->lastEndExpansionCE = result->endExpansionCE +
/external/icu4c/common/
H A Ducol_swp.cpp231 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE);
279 count=header.endExpansionCE-header.mappingPosition;
286 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
287 outBytes+header.endExpansionCE, pErrorCode);

Completed in 101 milliseconds