Home | History | Annotate | Download | only in i18n

Lines Matching refs:leadByte

1132 ucol_getReorderCodesForLeadByte(const UCollator *uca, int leadByte, int16_t* returnReorderCodes, int returnCapacity) {
1135 if (leadByte >= leadByteIndexLength) {
1138 uint16_t leadByteIndex = *(leadByteTable + (2 + leadByte));