Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp132 UChar32 midc; in confusableLookup() local
136 midc = *mid & 0x1fffff; in confusableLookup()
137 if (inChar == midc) { in confusableLookup()
139 } else if (inChar < midc) { in confusableLookup()
146 midc = *mid & 0x1fffff; in confusableLookup()
147 if (inChar != midc) { in confusableLookup()