Home
last modified time | relevance | path

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

/aoo42x/main/i18nutil/source/utility/
H A Dwidthfolding.cxx262 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()
H A Dwidthfolding_data.h945 UnicodePairWithFlag half2fullJISException[] = { variable

Completed in 21 milliseconds