Home
last modified time | relevance | path

Searched refs:leadBytes (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol_res.cpp1161 uint16_t leadBytes[256]; in ucol_buildPermutationTable() local
1301 …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()
Ducol.cpp6775 uint16_t leadBytes[256]; in ucol_getEquivalentReorderCodes() local
6800 leadBytesCount = ucol_getLeadBytesForReorderCode(uca, reorderCode, leadBytes, 256); in ucol_getEquivalentReorderCodes()
6803 uca, leadBytes[leadByteIndex], reorderCodesForLeadByte, USCRIPT_CODE_LIMIT); in ucol_getEquivalentReorderCodes()