Searched refs:IS_EUC_BYTE (Results 1 – 1 of 1) sorted by relevance
43 #define IS_EUC_BYTE(c) ((0xA1 <= (c)) && ((c) <= 0xFE)) macro44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l))47 && IS_EUC_BYTE(l))