Searched refs:IS_SJIS_UDC_LOW (Results 1 – 1 of 1) sorted by relevance
23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ macro436 if (IS_SJIS_UDC_LOW(out[0], out[1])) { in uni2char()