Home
last modified time | relevance | path

Searched refs:iswctype_l (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/src/musl-locale/
Diswctype_l.c4 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/
Dwctype.h70 int iswctype_l(wint_t, wctype_t, locale_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h93 int iswctype_l(wint_t, wctype_t, locale_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h216 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/
Dxlocale.c136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) { in LOCALE_ISCTYPE()
/ndk/sources/android/support/
DAndroid.mk100 src/musl-locale/iswctype_l.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1254 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()