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

  /external/icu/icu4c/source/common/
ucol_data.h 39 uint32_t UCAConsts; /* structure which holds values for indirect positioning and implicit ranges */
ucol_swp.cpp 236 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts);
305 if(header.UCAConsts!=0) {
307 * if UCAConsts!=0 then contractionUCACombos because we are swapping
310 ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts,
311 outBytes+header.UCAConsts, pErrorCode);

Completed in 5402 milliseconds