Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp160 int32_t *altMid; in confusableLookup() local
161 for (altMid = mid-1; (*altMid&0x00ffffff) == inChar; altMid--) { in confusableLookup()
162 keyFlags = *altMid & 0xff000000; in confusableLookup()
164 mid = altMid; in confusableLookup()
168 for (altMid = mid+1; (*altMid&0x00ffffff) == inChar; altMid++) { in confusableLookup()
169 keyFlags = *altMid & 0xff000000; in confusableLookup()
171 mid = altMid; in confusableLookup()