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

  /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);
346 #define iswascii(_c) ((unsigned)(_c) < 0x80) macro
    [all...]
tchar.h 430 #define _istascii iswascii
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
ctype.h 97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
ctype.h 97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
ctype.h 97 __inline int (iswascii)(int c) { return ((unsigned)(c) < 0x80); } function

Completed in 1602 milliseconds