Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_res.cpp1134 uint16_t leadByteIndexLength = *leadByteTable; in ucol_getReorderCodesForLeadByte() local
1135 if (leadByte >= leadByteIndexLength) { in ucol_getReorderCodesForLeadByte()
1149 uint16_t* reorderCodeData = leadByteTable + (2 + leadByteIndexLength) + leadByteIndex; in ucol_getReorderCodesForLeadByte()