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

1 2

  /ndk/sources/android/support/src/musl-locale/
towlower_l.c 4 int towlower_l(int c, locale_t l) function
9 weak_alias(towlower_l, __towlower_l);
  /bionic/libc/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /development/ndk/platforms/android-21/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /ndk/sources/android/support/include/
wctype.h 87 int towlower_l(int, locale_t);
  /prebuilts/ndk/current/sources/android/support/include/
wctype.h 87 int towlower_l(int, locale_t);
  /bionic/libc/bionic/
wctype.cpp 89 int towlower_l(int c, locale_t) { return towlower(c); } function
  /external/libcxx/include/support/win32/
locale_win32.h 101 #define towlower_l _towlower_l macro

Completed in 443 milliseconds

1 2