Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducol_swp.cpp174 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte); in swapFormatVersion3()
180 …ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header… in swapFormatVersion3()
181 &(outHeader->scriptToLeadByte), pErrorCode); in swapFormatVersion3()
249 if(header.scriptToLeadByte!=0) { in swapFormatVersion3()
250 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3()
251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3()
252 ds->swapArray16(ds, inBytes+header.scriptToLeadByte, in swapFormatVersion3()
254 outBytes+header.scriptToLeadByte, pErrorCode); in swapFormatVersion3()
Ducol_data.h72 … uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */ member