Searched refs:IS_ASCII (Results 1 – 1 of 1) sorted by relevance
26 #define IS_ASCII(c) ((c) <= 127) macro276 if(IS_ASCII(ch)) { in utf8ToWcs()