Home
last modified time | relevance | path

Searched refs:leadByteToScript (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducol_swp.cpp175 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()
180 …, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), in swapFormatVersion3()
258 if(header.leadByteToScript!=0) { in swapFormatVersion3()
259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3()
260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
261 ds->swapArray16(ds, inBytes+header.leadByteToScript, in swapFormatVersion3()
263 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
Ducol_data.h73 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member
/external/icu/libicu/cts_headers/
Ducol_data.h73 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member