Searched refs:leadBytes (Results 1 – 2 of 2) sorted by relevance
1161 uint16_t leadBytes[256]; in ucol_buildPermutationTable() local1301 …uint16_t leadByteCount = ucol_getLeadBytesForReorderCode(coll->UCA, next, leadBytes, leadBytesSize… in ucol_buildPermutationTable()1305 if (permutationSlotFilled[leadBytes[leadByteIndex]]) { in ucol_buildPermutationTable()1319 coll->leadBytePermutationTable[leadBytes[leadByteIndex]] = toBottom; in ucol_buildPermutationTable()1321 permutationSlotFilled[leadBytes[leadByteIndex]] = true; in ucol_buildPermutationTable()1327 if (permutationSlotFilled[leadBytes[leadByteIndex]]) { in ucol_buildPermutationTable()1341 coll->leadBytePermutationTable[leadBytes[leadByteIndex]] = toTop; in ucol_buildPermutationTable()1343 permutationSlotFilled[leadBytes[leadByteIndex]] = true; in ucol_buildPermutationTable()
6775 uint16_t leadBytes[256]; in ucol_getEquivalentReorderCodes() local6800 leadBytesCount = ucol_getLeadBytesForReorderCode(uca, reorderCode, leadBytes, 256); in ucol_getEquivalentReorderCodes()6803 uca, leadBytes[leadByteIndex], reorderCodesForLeadByte, USCRIPT_CODE_LIMIT); in ucol_getEquivalentReorderCodes()