Home
last modified time | relevance | path

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

/linux/fs/nls/
H A Dnls_euc-jp.c27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ macro
447 } else if (IS_SJIS_IBM(out[0], out[1])) { in uni2char()