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

  /external/icu4c/common/
ucol_swp.cpp 450 header.contsSize= ds->readUInt32(inHeader->contsSize);
461 /* swap the continuation table; contsSize counts UChars */
462 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR,
  /external/icu4c/i18n/
ucol_sit.cpp 889 int32_t contsSize = ucol_getContractions(coll, contractions, status);
894 for(i = 0; i < contsSize; i++) {
ucol_imp.h 159 * uint32_t contsSize; - size of continuation table (number of UChars in table)
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 364 result->contsSize = sContPos;
    [all...]

Completed in 38 milliseconds