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

/linux-4.4.14/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])) { char2uni()

Completed in 32 milliseconds