Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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.h385 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs20920 pub fn iswascii(_C: wint_t) -> ::std::os::raw::c_int; in iswascii() function