Lines Matching refs:high
227 int i, j, high, low; in getfull2halfTableForASC() local
231 high = (full2halfASCException[i].first >> 8) & 0xFF; in getfull2halfTableForASC()
234 if( !table.mpIndex[high] ) in getfull2halfTableForASC()
236 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in getfull2halfTableForASC()
239 table.mpIndex[high][j] = NULL; in getfull2halfTableForASC()
241 table.mpIndex[high][low] = &full2halfASCException[i]; in getfull2halfTableForASC()
261 int i, j, high, low; in gethalf2fullTableForJIS() local
265 high = (half2fullJISException[i].first >> 8) & 0xFF; in gethalf2fullTableForJIS()
268 if( !table.mpIndex[high] ) in gethalf2fullTableForJIS()
270 table.mpIndex[high] = new UnicodePairWithFlag*[256]; in gethalf2fullTableForJIS()
273 table.mpIndex[high][j] = NULL; in gethalf2fullTableForJIS()
275 table.mpIndex[high][low] = &half2fullJISException[i]; in gethalf2fullTableForJIS()