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

/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h71 uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member in struct:__anon12004
H A Ducol_swp.cpp234 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript);
239 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
318 if(header.leadByteToScript!=0) {
319 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
320 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
321 ds->swapArray16(ds, inBytes+header.leadByteToScript,
323 outBytes+header.leadByteToScript, pErrorCode);
/external/icu/icu4c/source/common/
H A Ducol_data.h71 uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member in struct:__anon21792
H A Ducol_swp.cpp248 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript);
253 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
332 if(header.leadByteToScript!=0) {
333 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
334 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
335 ds->swapArray16(ds, inBytes+header.leadByteToScript,
337 outBytes+header.leadByteToScript, pErrorCode);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp1131 uint16_t* leadByteTable = ((uint16_t*) ((uint8_t *)uca->image + uca->image->leadByteToScript));

Completed in 295 milliseconds