OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iswlower_l
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/include/support/xlocale/
__posix_l_fallback.h
95
inline _LIBCPP_INLINE_VISIBILITY int
iswlower_l
(wint_t c, locale_t) {
function
/bionic/libc/bionic/
wctype.cpp
90
int
iswlower_l
(wint_t c, locale_t) { return iswlower(c); }
function
/external/libcxx/include/support/ibm/
xlocale.h
125
int
iswlower_l
(wchar_t wc, locale_t locale)
function
/external/libcxx/include/support/win32/
locale_win32.h
169
#define
iswlower_l
_iswlower_l
macro
Completed in 54 milliseconds