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

  /external/icu/icu4c/source/common/
ucol_data.h 40 uint32_t contractionUCACombos; /* this one is needed only for UCA, to copy the appropriate contractions */
ucol_swp.cpp 237 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos);
307 * if UCAConsts!=0 then contractionUCACombos because we are swapping
310 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
317 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count,
318 outBytes+header.contractionUCACombos, pErrorCode);

Completed in 143 milliseconds