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

  /ndk/sources/android/support/src/musl-locale/
tolower_l.c 3 int tolower_l(int c, locale_t l) function
  /bionic/libc/bionic/
ctype.cpp 83 int tolower_l(int c, locale_t) { function
  /external/libcxx/include/support/xlocale/
xlocale.h 125 static inline int tolower_l(int c, locale_t) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 146 int tolower_l(int __c, locale_t __l) { function
  /external/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /external/libcxx/include/support/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 264 extern int tolower_l (int __c, __locale_t __l) __THROW;
275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 290 extern int tolower_l (int __c, __locale_t __l) __THROW;
301 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro

Completed in 3264 milliseconds