OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_islower_l
(Results
1 - 5
of
5
) sorted by null
/external/libcxx/include/support/win32/
locale_win32.h
73
return
_islower_l
((int)c, loc);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
73
return
_islower_l
((int)c, loc);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
73
return
_islower_l
((int)c, loc);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h
107
_CRTIMP int __cdecl
_islower_l
(int _C,_locale_t _Locale);
206
#define
_islower_l
(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale)
macro
tchar.h
1054
#define _istlower_l
_islower_l
Completed in 3606 milliseconds