Searched refs:altMid (Results 1 – 1 of 1) sorted by relevance
160 int32_t *altMid; in confusableLookup() local161 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()