Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducol_swp.cpp250 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()
255 …, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), in swapFormatVersion3()
333 if(header.leadByteToScript!=0) { in swapFormatVersion3()
334 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3()
335 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
336 ds->swapArray16(ds, inBytes+header.leadByteToScript, in swapFormatVersion3()
338 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
Ducol_data.h73 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member