Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducol_swp.cpp236 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in ucol_swapBinary()
241 …, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), in ucol_swapBinary()
320 if(header.leadByteToScript!=0) { in ucol_swapBinary()
321 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in ucol_swapBinary()
322 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in ucol_swapBinary()
323 ds->swapArray16(ds, inBytes+header.leadByteToScript, in ucol_swapBinary()
325 outBytes+header.leadByteToScript, pErrorCode); in ucol_swapBinary()
/external/icu4c/i18n/
Ducol_imp.h895 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member
Ducol_res.cpp1133 uint16_t* leadByteTable = ((uint16_t*) ((uint8_t *)uca->image + uca->image->leadByteToScript)); in ucol_getReorderCodesForLeadByte()