Home
last modified time | relevance | path

Searched refs:iswlower (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dwctype.in.h83 # undef iswlower
98 # define iswlower rpl_iswlower macro
144 iswlower (wint_t wc) in iswlower() function
Dregex_internal.c317 if (iswlower (wc)) in build_wcs_upper_buffer()
385 if (iswlower (wc)) in build_wcs_upper_buffer()
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
Dwchar.h3 #define iswlower sun_iswlower macro
23 #undef iswlower
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwctype_h.pass.cpp43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwctype36 int iswlower(wint_t wc);
115 #ifdef iswlower
116 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswlower(wint_t __wc) {return iswlower(__wc);}
117 #undef iswlower
118 inline _LIBCPP_INLINE_VISIBILITY int iswlower(wint_t __wc) {return __libcpp_iswlower(__wc);}
119 #else // iswlower
120 using ::iswlower;
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwctype.pass.cpp43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwctype.h75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
/ndk/sources/cxx-stl/stlport/stlport/
Dctype.h88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dlocale_support.c215 define_wchar_wrapper(iswlower) in define_wchar_wrapper()
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c236 if ((mask & _Locale_LOWER) != 0 && iswlower(wc)) in _WLocale_ctype()