Searched refs:IS_EUC_JISX0208 (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/nls/ | ||
H A D | nls_euc-jp.c | 44 #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])) { char2uni() |
Completed in 47 milliseconds