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

  /ndk/sources/android/support/src/musl-locale/
iswlower_l.c 3 int iswlower_l(wint_t c, locale_t l) function
  /bionic/libc/bionic/
wctype.cpp 56 int iswlower_l(wint_t c, locale_t) { return iswlower(c); } function
  /external/libcxx/include/support/android/
locale_bionic.h 95 static inline int iswlower_l(wint_t c, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 180 int iswlower_l(wchar_t wc, locale_t locale) function
  /external/libcxx/include/support/win32/
locale_win32.h 95 #define iswlower_l _iswlower_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 180 int iswlower_l(wchar_t wc, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 95 #define iswlower_l _iswlower_l macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 180 int iswlower_l(wchar_t wc, locale_t locale) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 95 #define iswlower_l _iswlower_l macro

Completed in 1103 milliseconds