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

  /external/icu4c/common/
ucol_swp.cpp 235 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte);
241 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
242 &(outHeader->scriptToLeadByte), pErrorCode);
311 if(header.scriptToLeadByte!=0) {
312 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
313 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
314 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
316 outBytes+header.scriptToLeadByte, pErrorCode)
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp     [all...]
ucol_imp.h     [all...]

Completed in 46 milliseconds