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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 243 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE);
291 count=header.endExpansionCE-header.mappingPosition;
298 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
299 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 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 844 utrie_unserialize(&result->mapping, mapping, result->image->endExpansionCE - result->image->mappingPosition, status);
890 result->endExpansionCE = (uint32_t*)((uint8_t*)result->image +
891 result->image->endExpansionCE);
892 result->lastEndExpansionCE = result->endExpansionCE +
    [all...]

Completed in 85 milliseconds