HomeSort by relevance Sort by last modified time
    Searched refs:endExpansionCE (Results 1 - 13 of 13) sorted by null

  /external/icu4c/common/
ucol_data.h 49 uint32_t endExpansionCE; /* array of last collation element in
54 in endExpansionCE*/
55 int32_t endExpansionCECount; /* size of endExpansionCE */
ucol_swp.cpp 229 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE);
277 count=header.endExpansionCE-header.mappingPosition;
284 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
285 outBytes+header.endExpansionCE, pErrorCode);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 78 uint32_t *endExpansionCE;
88 uint32_t *endExpansionCE;
ucol_elm.cpp 170 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 == NULL)
    [all...]
ucol_imp.h 121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
124 * int32_t endExpansionCECount; - size of endExpansionCE. See UCOL_GETMAXEXPANSION
492 start = (coll)->endExpansionCE; \
504 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE)); \
507 result = *(coll->expansionCESize + (limit - coll->endExpansionCE)); \
    [all...]
ucoleitr.cpp 635 start = (coll)->endExpansionCE;
651 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE));
653 result = *(coll->expansionCESize + (limit - coll->endExpansionCE));
ucol.cpp 853 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
894 result->endExpansionCE = (uint32_t*)((uint8_t*)result->image +
895 result->image->endExpansionCE);
896 result->lastEndExpansionCE = result->endExpansionCE +
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 78 uint32_t *endExpansionCE;
88 uint32_t *endExpansionCE;
ucol_elm.cpp 172 maxet->size = (int32_t)(UCA->lastEndExpansionCE - UCA->endExpansionCE) + 2;
174 maxet->endExpansionCE =
177 if (maxet->endExpansionCE == NULL) {
187 *(maxet->endExpansionCE) = 0;
189 uprv_memcpy(maxet->endExpansionCE + 1, UCA->endExpansionCE,
197 maxjet->endExpansionCE = NULL;
293 if(t->maxExpansions->endExpansionCE != NULL) {
294 r->maxExpansions->endExpansionCE = (uint32_t *)uprv_malloc(sizeof(uint32_t)*t->maxExpansions->size);
296 if (r->maxExpansions->endExpansionCE == NULL)
    [all...]
ucoleitr.cpp 635 start = (coll)->endExpansionCE;
651 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE));
653 result = *(coll->expansionCESize + (limit - coll->endExpansionCE));
ucol_imp.h 125 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
128 * int32_t endExpansionCECount; - size of endExpansionCE. See UCOL_GETMAXEXPANSION
490 start = (coll)->endExpansionCE; \
502 result = *((coll)->expansionCESize + (start - (coll)->endExpansionCE)); \
505 result = *(coll->expansionCESize + (limit - coll->endExpansionCE)); \
    [all...]
ucol.cpp 926 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp 231 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 303 milliseconds