Searched refs:iswascii (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwctype.h118 int __cdecl iswascii(wint_t);
145 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
160 __CRT_INLINE int __cdecl iswascii(wint_t _C) {return ((unsigned)(_C) < 0x80); } function
H A Dctype.h165 int __cdecl iswascii(wint_t _C);
236 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
H A Dwchar.h244 int __cdecl iswascii(wint_t _C);
342 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
H A Dtchar.h420 #define _istascii iswascii
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwctype.h118 int __cdecl iswascii(wint_t);
145 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
160 __CRT_INLINE int __cdecl iswascii(wint_t _C) {return ((unsigned)(_C) < 0x80); } function
H A Dctype.h165 int __cdecl iswascii(wint_t _C);
236 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
H A Dwchar.h244 int __cdecl iswascii(wint_t _C);
342 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
H A Dtchar.h420 #define _istascii iswascii
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
H A Dctype.h97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function

Completed in 182 milliseconds