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

1 2 3 4 5 6 7

  /prebuilts/ndk/r11/sources/android/support/src/musl-ctype/
iswlower.c 3 int iswlower(wint_t wc) function
iswctype.c 34 return iswlower(wc);
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
iswlower_l.c 5 return iswlower(c);
  /prebuilts/ndk/r13/sources/android/support/src/musl-ctype/
iswlower.c 3 int iswlower(wint_t wc) function
iswctype.c 34 return iswlower(wc);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
iswlower_l.c 5 return iswlower(c);
  /external/libcxx/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /external/libcxx/include/
wctype.h 33 int iswlower(wint_t wc);
64 #undef iswlower macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
wctype.h 33 int iswlower(wint_t wc);
64 #undef iswlower macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
wctype.h 33 int iswlower(wint_t wc);
64 #undef iswlower macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
wctype.h 33 int iswlower(wint_t wc);
64 #undef iswlower macro
  /external/libcxx/test/std/depr/depr.c.headers/
wctype_h.pass.cpp 43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cwctype.pass.cpp 43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wctype_h.pass.cpp 43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwctype.pass.cpp 43 #ifdef iswlower
44 #error iswlower defined
102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), "");
  /bionic/libc/include/bits/
wctype.h 46 int iswlower(wint_t);
  /external/bison/lib/
wctype.in.h 123 # undef iswlower macro
141 # define iswlower rpl_iswlower macro
227 iswlower
373 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
385 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
397 _GL_CXXALIASWARN (iswlower); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
iswctype_sb.c 100 #undef iswlower macro
102 iswlower(wint_t c) function

Completed in 794 milliseconds

1 2 3 4 5 6 7