Home
last modified time | relevance | path

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

/openbmc/linux/fs/nls/
H A Dnls_euc-jp.c25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ macro
437 } else if (IS_SJIS_UDC_HI(out[0], out[1])) { in uni2char()