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

/external/chromium_org/third_party/icu/source/common/
H A Ducol_data.h70 uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */ member in struct:__anon12004
H A Ducol_swp.cpp233 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte);
239 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
240 &(outHeader->scriptToLeadByte), pErrorCode);
309 if(header.scriptToLeadByte!=0) {
310 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
311 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
312 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
314 outBytes+header.scriptToLeadByte, pErrorCod
[all...]
/external/icu/icu4c/source/common/
H A Ducol_data.h70 uint32_t scriptToLeadByte; /* offset to script to lead collation byte mapping data */ member in struct:__anon21792
H A Ducol_swp.cpp247 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte);
253 ds->swapArray32(ds, &(inHeader->scriptToLeadByte), sizeof(header.scriptToLeadByte) + sizeof(header.leadByteToScript),
254 &(outHeader->scriptToLeadByte), pErrorCode);
323 if(header.scriptToLeadByte!=0) {
324 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
325 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
326 ds->swapArray16(ds, inBytes+header.scriptToLeadByte,
328 outBytes+header.scriptToLeadByte, pErrorCod
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp1093 uint16_t reorderCodeIndexLength = *((uint16_t*) ((uint8_t *)uca->image + uca->image->scriptToLeadByte));
1094 uint16_t* reorderCodeIndex = (uint16_t*) ((uint8_t *)uca->image + uca->image->scriptToLeadByte + 2 *sizeof(uint16_t));

Completed in 433 milliseconds