Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nls/
H A Dnls_euc-jp.c46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ macro
48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */
520 } else if (IS_EUC_UDC_LOW(rawstring[0], rawstring[1])) { in char2uni()
/kernel/linux/linux-6.6/fs/nls/
H A Dnls_euc-jp.c46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ macro
48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */
520 } else if (IS_EUC_UDC_LOW(rawstring[0], rawstring[1])) { in char2uni()

Completed in 3 milliseconds