HomeSort by relevance Sort by last modified time
    Searched full:towlower_l (Results 26 - 50 of 302) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
wctype.h 48 extern int towlower_l(int, locale_t);
  /bionic/libc/include/
wctype.h 52 wint_t towlower_l(wint_t, locale_t) __INTRODUCED_IN(21);
  /prebuilts/ndk/r10/sources/android/support/include/
wctype.h 87 int towlower_l(int, locale_t);
  /prebuilts/ndk/r11/sources/android/support/include/
wctype.h 87 int towlower_l(int, locale_t);
  /prebuilts/ndk/r13/sources/android/support/include/
wctype.h 87 int towlower_l(int, locale_t);
  /external/libcxx/include/support/win32/
locale_win32.h 86 #define towlower_l _towlower_l macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 86 #define towlower_l _towlower_l macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
locale_win32.h 86 #define towlower_l _towlower_l macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 85 #define towlower_l _towlower_l macro
  /test/vts/testcases/library/bionic_unit_tests_static/
AndroidTest.xml 48 <option name="exclude-filter" value="wctype.towlower_l" />
  /bionic/libc/bionic/
wctype.cpp 138 wint_t towlower_l(wint_t c, locale_t) { return towlower(c); } function
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt 911 towlower_l
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt 911 towlower_l
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt 911 towlower_l
  /external/libcxx/include/support/ibm/
xlocale.h 182 wint_t towlower_l(wint_t wc, locale_t locale) function
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 131 inline _LIBCPP_ALWAYS_INLINE wint_t towlower_l(wint_t c, locale_t) { function
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/
xlocale.h 182 wint_t towlower_l(wint_t wc, locale_t locale) function

Completed in 333 milliseconds

12 3 4 5 6 7 8 91011>>