HomeSort by relevance Sort by last modified time
    Searched defs:iswascii (Results 1 - 5 of 5) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 118 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
ctype.h 165 int __cdecl iswascii(wint_t _C);
236 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
wchar.h 244 int __cdecl iswascii(wint_t _C);
342 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
    [all...]

Completed in 125 milliseconds