Searched defs:_islower_l (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dctype.h107 _CRTIMP int __cdecl _islower_l(int _C,_locale_t _Locale);
206 #define _islower_l(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dctype.h107 _CRTIMP int __cdecl _islower_l(int _C,_locale_t _Locale);
206 #define _islower_l(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale) macro

Completed in 64 milliseconds