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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.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 */
509 } else if (IS_EUC_UDC_LOW(rawstring[0], rawstring[1])) {

Completed in 48 milliseconds