Home
last modified time | relevance | path

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

/openbmc/linux/fs/nls/
H A Dnls_euc-jp.c44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) macro
524 } else if (IS_EUC_JISX0208(rawstring[0], rawstring[1])) { in char2uni()