Home
last modified time | relevance | path

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

/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx228 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()
H A Dwidthfolding_data.h494 UnicodePairWithFlag full2halfASCException[] = { variable

Completed in 25 milliseconds