Home | History | Annotate | Download | only in i18n

Lines Matching full:reordercode

1096 ucol_getLeadBytesForReorderCode(const UCollator *uca, int reorderCode, uint16_t* returnLeadBytes, int returnCapacity) {
1102 if (reorderCode == reorderCodeIndex[i*2]) {
1367 int reorderCode = 0;
1370 while (reorderCode < 256 && newLeadByteUsed[reorderCode]) {
1371 reorderCode++;
1373 coll->leadBytePermutationTable[i] = reorderCode;
1375 newLeadByteUsed[reorderCode] = true;