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

  /external/icu/icu4c/source/common/
ucol_data.h 70 uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */
ucol_swp.cpp 247 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte);
253 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
254 &(outHeader->scriptToLeadByte), pErrorCode);
323 if(header.scriptToLeadByte!=0) {
324 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
325 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
326 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
328 outBytes+header.scriptToLeadByte, pErrorCode)
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
ucol_imp.h     [all...]

Completed in 306 milliseconds