Searched refs:IS_SJIS2 (Results 1 – 1 of 1) sorted by relevance
2085 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) macro
Completed in 15 milliseconds