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

1 2

  /ndk/sources/android/support/src/musl-locale/
towupper_l.c 4 wint_t towupper_l(wint_t c, locale_t l) function
9 weak_alias(towupper_l, __towupper_l);
  /bionic/libc/include/
wctype.h 49 extern int towupper_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
wctype.h 49 extern int towupper_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
wctype.h 49 extern int towupper_l(int, locale_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
wctype.h 49 extern int towupper_l(int, locale_t);
  /ndk/sources/android/support/include/
wctype.h 90 wint_t towupper_l(wint_t, locale_t);
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 88 wint_t towupper_l(wint_t, locale_t);
  /bionic/libc/bionic/
wctype.cpp 88 int towupper_l(int c, locale_t) { return towupper(c); } function
  /external/libcxx/include/support/android/
locale_bionic.h 127 static inline int towupper_l(int c, locale_t) { function
  /external/libcxx/include/support/win32/
locale_win32.h 100 #define towupper_l _towupper_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 100 #define towupper_l _towupper_l macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wctype.h 302 extern wint_t towupper_l (wint_t __wc, __locale_t __locale) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 302 extern wint_t towupper_l (wint_t __wc, __locale_t __locale) __THROW;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 100 #define towupper_l _towupper_l macro
  /external/libcxx/include/support/ibm/
xlocale.h 232 wint_t towupper_l(wint_t wc, locale_t locale) function
  /external/libcxx/include/support/solaris/
xlocale.h 97 wint_t towupper_l(wint_t __c, locale_t __l);
  /ndk/sources/android/support/
Android.mk 32 src/musl-locale/towupper_l.c \
122 src/musl-locale/towupper_l.c \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 232 wint_t towupper_l(wint_t wc, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 97 wint_t towupper_l(wint_t __c, locale_t __l);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 232 wint_t towupper_l(wint_t wc, locale_t locale) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 97 wint_t towupper_l(wint_t __c, locale_t __l);
  /external/libcxx/src/support/solaris/
xlocale.c 151 wint_t towupper_l(wint_t __c, locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 151 wint_t towupper_l(wint_t __c, locale_t __l) { function
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 334 return towupper_l( c, ((locale_t)__loc) );
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 334 return towupper_l( c, ((locale_t)__loc) );

Completed in 974 milliseconds

1 2