Home
last modified time | relevance | path

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

/linux-5.19.10/fs/nls/
Dnls_euc-jp.c43 #define IS_EUC_BYTE(c) ((0xA1 <= (c)) && ((c) <= 0xFE)) macro
44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l))
47 && IS_EUC_BYTE(l))