Searched defs:iswascii (Results 1 – 4 of 4) 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
385 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
20920 pub fn iswascii(_C: wint_t) -> ::std::os::raw::c_int; in iswascii() function