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

  /ndk/sources/android/support/src/musl-locale/
towlower_l.c 4 wint_t towlower_l(wint_t c, locale_t l) function
9 weak_alias(towlower_l, __towlower_l);
  /bionic/libc/bionic/
wctype.cpp 89 int towlower_l(int c, locale_t) { return towlower(c); } function
  /external/libcxx/include/support/android/
locale_bionic.h 131 static inline int towlower_l(int c, locale_t) { function
  /external/libcxx/src/support/solaris/
xlocale.c 155 wint_t towlower_l(wint_t __c, locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 155 wint_t towlower_l(wint_t __c, locale_t __l) { function
  /external/libcxx/include/support/ibm/
xlocale.h 237 wint_t towlower_l(wint_t wc, locale_t locale) function
  /external/libcxx/include/support/win32/
locale_win32.h 101 #define towlower_l _towlower_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 237 wint_t towlower_l(wint_t wc, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 101 #define towlower_l _towlower_l macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 237 wint_t towlower_l(wint_t wc, locale_t locale) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 101 #define towlower_l _towlower_l macro

Completed in 539 milliseconds