Searched refs:leadByteToScript (Results 1 – 3 of 3) sorted by relevance
236 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()
895 … uint32_t leadByteToScript; /* offset to lead collation byte to script mapping data */ member
1133 uint16_t* leadByteTable = ((uint16_t*) ((uint8_t *)uca->image + uca->image->leadByteToScript)); in ucol_getReorderCodesForLeadByte()