Home | History | Annotate | Download | only in i18n

Lines Matching full:leadbytes

1163     uint16_t leadBytes[256];
1303 uint16_t leadByteCount = ucol_getLeadBytesForReorderCode(coll->UCA, next, leadBytes, leadBytesSize);
1307 if (permutationSlotFilled[leadBytes[leadByteIndex]]) {
1321 coll->leadBytePermutationTable[leadBytes[leadByteIndex]] = toBottom;
1323 permutationSlotFilled[leadBytes[leadByteIndex]] = true;
1329 if (permutationSlotFilled[leadBytes[leadByteIndex]]) {
1343 coll->leadBytePermutationTable[leadBytes[leadByteIndex]] = toTop;
1345 permutationSlotFilled[leadBytes[leadByteIndex]] = true;