Searched refs:IS_EUC_JISX0208 (Results 1 – 1 of 1) sorted by relevance
44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) macro524 } else if (IS_EUC_JISX0208(rawstring[0], rawstring[1])) { in char2uni()