Searched defs:iswascii (Results 1 – 3 of 3) sorted by relevance
153 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro168 __CRT_INLINE int __cdecl iswascii(wint_t _C) {return ((unsigned)(_C) < 0x80); } in iswascii() function
251 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
387 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro