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

  /ndk/sources/android/support/src/musl-locale/
toupper_l.c 3 int toupper_l(int c, locale_t l) function
  /bionic/libc/bionic/
ctype.cpp 79 int toupper_l(int c, locale_t) { function
  /external/libcxx/include/support/android/
locale_bionic.h 119 static inline int toupper_l(int c, locale_t) { function
  /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/include/support/ibm/
xlocale.h 222 int toupper_l(int c, locale_t locale) 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/ibm/
xlocale.h 222 int toupper_l(int c, locale_t locale) function
  /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/ibm/
xlocale.h 222 int toupper_l(int c, locale_t locale) function
  /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

Completed in 6482 milliseconds