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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 92 #define _LOWER 0x2
102 #define _ALPHA (0x0100|_UPPER|_LOWER)
136 #define iswlower(_c) (iswctype(_c,_LOWER))
151 __CRT_INLINE int __cdecl iswlower(wint_t _C) {return (iswctype(_C,_LOWER)); }
ctype.h 85 #define _LOWER 0x2
95 #define _ALPHA (0x0100|_UPPER|_LOWER)
206 #define _islower_l(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale)
227 #define iswlower(_c) (iswctype(_c,_LOWER))
239 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p))
wchar.h 207 #define _LOWER 0x2
217 #define _ALPHA (0x0100|_UPPER|_LOWER)
333 #define iswlower(_c) (iswctype(_c,_LOWER))
346 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p))
    [all...]

Completed in 3320 milliseconds