Home
last modified time | relevance | path

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

/linux/fs/nls/
H A Dnls_euc-jp.c23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ macro
434 if (IS_SJIS_UDC_LOW(out[0], out[1])) { in uni2char()