Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/
Ducol_swp.cpp248 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript); in swapFormatVersion3()
253 …, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript), in swapFormatVersion3()
332 if(header.leadByteToScript!=0) { in swapFormatVersion3()
333 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3()
334 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
335 ds->swapArray16(ds, inBytes+header.leadByteToScript, in swapFormatVersion3()
337 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
Ducol_data.h71 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member
/external/chromium_org/third_party/icu/source/i18n/
Ducol_res.cpp1077 …yteIndexLength = *((uint16_t*) ((uint8_t *)coll->UCA->image + coll->UCA->image->leadByteToScript)); in ucol_getReorderCodesForLeadByte()
1078 …ndex = (uint16_t*) ((uint8_t *)coll->UCA->image + coll->UCA->image->leadByteToScript + 2 *sizeof(u… in ucol_getReorderCodesForLeadByte()
Ducol_imp.h859 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member