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

  /external/icu/icu4c/source/common/
ucol_data.h 51 uint32_t endExpansionCE; /* array of last collation element in
56 in endExpansionCE*/
57 int32_t endExpansionCECount; /* size of endExpansionCE */
ucol_swp.cpp 245 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE);
293 count=header.endExpansionCE-header.mappingPosition;
300 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4,
301 outBytes+header.endExpansionCE, pErrorCode);

Completed in 417 milliseconds