HomeSort by relevance Sort by last modified time
    Searched refs:toupper_l (Results 1 - 25 of 25) sorted by null

  /ndk/sources/android/support/src/musl-locale/
toupper_l.c 3 int toupper_l(int c, locale_t l) function
  /ndk/sources/android/support/include/
ctype.h 57 int toupper_l(int, locale_t);
  /prebuilts/ndk/9/sources/android/support/include/
ctype.h 57 int toupper_l(int, locale_t);
  /bionic/libc/bionic/
ctype.cpp 79 int toupper_l(int c, locale_t) { function
  /bionic/libc/include/
ctype.h 89 int toupper_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
ctype.h 91 int toupper_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
ctype.h 91 int toupper_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
ctype.h 91 int toupper_l(int, locale_t);
  /external/libcxx/include/support/android/
locale_bionic.h 119 static inline int toupper_l(int c, locale_t) { function
  /external/libcxx/include/support/win32/
locale_win32.h 89 #define toupper_l _toupper_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 89 #define toupper_l _toupper_l macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 89 #define toupper_l _toupper_l macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 268 extern int toupper_l (int __c, __locale_t __l) __THROW;
276 # define toupper_l(c, locale) __toupper_l ((c), (locale)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 268 extern int toupper_l (int __c, __locale_t __l) __THROW;
276 # define toupper_l(c, locale) __toupper_l ((c), (locale)) macro
  /external/libcxx/include/support/ibm/
xlocale.h 222 int toupper_l(int c, locale_t locale) function
  /external/libcxx/include/support/solaris/
xlocale.h 95 int toupper_l(int __c, locale_t __l);
  /ndk/sources/android/support/
Android.mk 30 src/musl-locale/toupper_l.c \
119 src/musl-locale/toupper_l.c \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 222 int toupper_l(int c, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 95 int toupper_l(int __c, locale_t __l);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 222 int toupper_l(int c, locale_t locale) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 95 int toupper_l(int __c, locale_t __l);
  /external/libcxx/src/support/solaris/
xlocale.c 141 int toupper_l(int __c, locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 141 int toupper_l(int __c, locale_t __l) { function
  /external/libcxx/src/
locale.cpp 1123 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l));
1130 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 1184 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l));
    [all...]

Completed in 475 milliseconds