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

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
tolower_l.c 3 int tolower_l(int c, locale_t l) function
  /prebuilts/ndk/r13/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/win32/
locale_win32.h 75 #define tolower_l _tolower_l macro
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 123 inline _LIBCPP_ALWAYS_INLINE int tolower_l(int c, locale_t) { function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 146 int tolower_l(int __c, locale_t __l) { function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 74 #define tolower_l _tolower_l macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 123 inline _LIBCPP_ALWAYS_INLINE int tolower_l(int c, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 172 int tolower_l(int c, locale_t locale) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/ibm/
xlocale.h 172 int tolower_l(int c, locale_t locale) function
  /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 456 milliseconds