Searched refs:iswctype_l (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/musl-locale/ |
D | iswctype_l.c | 4 int iswctype_l(wint_t c, wctype_t t, locale_t l) in iswctype_l() function 9 weak_alias(iswctype_l, __iswctype_l);
|
/ndk/sources/android/support/include/ |
D | wctype.h | 70 int iswctype_l(wint_t, wctype_t, locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 93 int iswctype_l(wint_t, wctype_t, locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale) in iswctype_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) { in LOCALE_ISCTYPE()
|
/ndk/sources/android/support/ |
D | Android.mk | 100 src/musl-locale/iswctype_l.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 1254 return static_cast<bool>(iswctype_l(c, m, __l)); in do_is() 1312 if (iswctype_l(*low, m, __l)) in do_scan_is() 1337 if (!iswctype_l(*low, m, __l)) in do_scan_not()
|