Searched refs:IS_EUC_UDC_LOW (Results 1 – 1 of 1) sorted by relevance
46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ macro48 #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()