Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds