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

  /external/icu/icu4c/source/common/
ucol_data.h 72 uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */
ucol_swp.cpp 249 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte);
255 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
256 &(outHeader->scriptToLeadByte), pErrorCode);
324 if(header.scriptToLeadByte!=0) {
325 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
326 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
327 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
329 outBytes+header.scriptToLeadByte, pErrorCode)
    [all...]

Completed in 304 milliseconds