Searched refs:half2fullJISException (Results 1 – 2 of 2) sorted by relevance
262 int n = sizeof(half2fullJISException) / sizeof(UnicodePairWithFlag); in gethalf2fullTableForJIS()265 high = (half2fullJISException[i].first >> 8) & 0xFF; in gethalf2fullTableForJIS()266 low = (half2fullJISException[i].first) & 0xFF; in gethalf2fullTableForJIS()275 table.mpIndex[high][low] = &half2fullJISException[i]; in gethalf2fullTableForJIS()
945 UnicodePairWithFlag half2fullJISException[] = { variable
Completed in 28 milliseconds