Home
last modified time | relevance | path

Searched defs:iswascii (Results 1 – 3 of 3) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/crt/
Dwctype.h153 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
168 __CRT_INLINE int __cdecl iswascii(wint_t _C) {return ((unsigned)(_C) < 0x80); } in iswascii() function
Dctype.h251 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
Dwchar.h387 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro