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

  /external/icu/icu4c/source/common/
ucol_data.h 71 uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */
ucol_swp.cpp 248 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript);
253 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
331 if(header.leadByteToScript!=0) {
332 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
333 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
334 ds->swapArray16(ds, inBytes+header.leadByteToScript,
336 outBytes+header.leadByteToScript, pErrorCode);

Completed in 43 milliseconds