Home
last modified time | relevance | path

Searched refs:toupper_l (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/src/musl-locale/
Dtoupper_l.c3 int toupper_l(int c, locale_t l) in toupper_l() function
/ndk/sources/android/support/include/
Dctype.h56 int toupper_l(int, locale_t);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h95 int toupper_l(int __c, locale_t __l);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dlocale_win32.h89 #define toupper_l _toupper_l macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h222 int toupper_l(int c, locale_t locale) in toupper_l() function
/ndk/sources/android/support/
DAndroid.mk88 src/musl-locale/toupper_l.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c141 int toupper_l(int __c, locale_t __l) { in toupper_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1184 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); in do_toupper()
1191 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l)); in do_toupper()