Searched refs:IS_SJIS_IBM (Results 1 – 1 of 1) sorted by relevance
27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ macro447 } else if (IS_SJIS_IBM(out[0], out[1])) { in uni2char()