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

1 2

  /ndk/sources/android/support/src/musl-locale/
tolower_l.c 3 int tolower_l(int c, locale_t l) function
  /ndk/sources/android/support/include/
ctype.h 56 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/sources/android/support/include/
ctype.h 56 int tolower_l(int, locale_t);
  /bionic/libc/bionic/
ctype.cpp 83 int tolower_l(int c, locale_t) { function
  /bionic/libc/include/
ctype.h 88 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
ctype.h 90 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
ctype.h 90 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
ctype.h 90 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
ctype.h 90 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
ctype.h 90 int tolower_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
ctype.h 90 int tolower_l(int, locale_t);
  /external/libcxx/include/support/android/
locale_bionic.h 123 static inline int tolower_l(int c, locale_t) { 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/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 90 #define tolower_l _tolower_l macro
  /external/valgrind/main/shared/
vg_replace_strmem.c 665 extern int tolower_l(int, void*) __attribute__((weak)); \
669 c1 = tolower_l(*(const UChar *)s1, locale); \
670 c2 = tolower_l(*(const UChar *)s2, locale); \
699 extern int tolower_l(int, void*) __attribute__((weak)); \
707 if (tolower_l(*(const UChar *)s1, locale) \
708 < tolower_l(*(const UChar *)s2, locale)) return -1; \
709 if (tolower_l(*(const UChar *)s1, locale) \
710 > tolower_l(*(const UChar *)s2, locale)) return 1; \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /external/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /external/libcxx/include/support/solaris/
xlocale.h 96 int tolower_l(int __c, locale_t __l);
  /ndk/sources/android/support/
Android.mk 29 src/musl-locale/tolower_l.c \
118 src/musl-locale/tolower_l.c \
  /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/solaris/
xlocale.h 96 int tolower_l(int __c, locale_t __l);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 227 int tolower_l(int c, locale_t locale) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 96 int tolower_l(int __c, locale_t __l);

Completed in 687 milliseconds

1 2