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

  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); }
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); }
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 97 #define _CONTROL 0x20
144 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
159 __CRT_INLINE int __cdecl iswcntrl(wint_t _C) {return (iswctype(_C,_CONTROL)); }
ctype.h 90 #define _CONTROL 0x20
214 #define _iscntrl_l(_Char,_Locale) _ischartype_l(_Char,_CONTROL,_Locale)
235 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
247 #define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
xlocinfo.h 20 #define _BB _CONTROL
wchar.h 212 #define _CONTROL 0x20
341 #define iswcntrl(_c) (iswctype(_c,_CONTROL))
354 #define _iswcntrl_l(_c,_p) (_iswctype_l(_c,_CONTROL,_p))
    [all...]

Completed in 142 milliseconds