OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_iswlower_l
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/include/support/win32/
locale_win32.h
95
#define iswlower_l
_iswlower_l
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
95
#define iswlower_l
_iswlower_l
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
95
#define iswlower_l
_iswlower_l
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h
148
_CRTIMP int __cdecl
_iswlower_l
(wint_t _C,_locale_t _Locale);
239
#define
_iswlower_l
(_c,_p) (_iswctype_l(_c,_LOWER,_p))
macro
wchar.h
227
_CRTIMP int __cdecl
_iswlower_l
(wint_t _C,_locale_t _Locale);
346
#define
_iswlower_l
(_c,_p) (_iswctype_l(_c,_LOWER,_p))
macro
[
all
...]
tchar.h
428
#define _istlower_l
_iswlower_l
Completed in 3296 milliseconds