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

  /external/icu4c/common/
ucol_data.h 71 uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */
ucol_swp.cpp 234 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript);
239 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
318 if(header.leadByteToScript!=0) {
319 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
320 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
321 ds->swapArray16(ds, inBytes+header.leadByteToScript,
323 outBytes+header.leadByteToScript, pErrorCode);
  /external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp 236 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript);
241 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
320 if(header.leadByteToScript!=0) {
321 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
322 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
323 ds->swapArray16(ds, inBytes+header.leadByteToScript,
325 outBytes+header.leadByteToScript, pErrorCode);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
ucol_imp.h     [all...]
  /external/icu4c/i18n/
ucol_res.cpp     [all...]

Completed in 202 milliseconds