Searched refs:full2halfASCException (Results 1 – 2 of 2) sorted by relevance
228 int n = sizeof(full2halfASCException) / sizeof(UnicodePairWithFlag); in getfull2halfTableForASC()231 high = (full2halfASCException[i].first >> 8) & 0xFF; in getfull2halfTableForASC()232 low = (full2halfASCException[i].first) & 0xFF; in getfull2halfTableForASC()241 table.mpIndex[high][low] = &full2halfASCException[i]; in getfull2halfTableForASC()
494 UnicodePairWithFlag full2halfASCException[] = { variable
Completed in 36 milliseconds