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

1 2 3 4 5 6

  /ndk/sources/android/support/src/musl-ctype/
iswlower.c 3 int iswlower(wint_t wc) function
iswctype.c 34 return iswlower(wc);
  /ndk/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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #undef iswlower macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 83 # undef iswlower macro
98 # define iswlower rpl_iswlower macro
144 iswlower (wint_t wc) function
  /external/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), "");
  /external/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), "");
  /ndk/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), "");
  /ndk/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), "");
  /bionic/libc/bionic/
wctype.cpp 43 int iswlower(wint_t wc) { return islower(wc); } function
56 int iswlower_l(wint_t c, locale_t) { return iswlower(c); }
71 case WC_TYPE_LOWER: return iswlower(wc);
  /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
  /external/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /ndk/sources/android/support/include/
wctype.h 55 int iswlower(wint_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 55 int iswlower(wint_t);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /external/bison/darwin-lib/
wctype.h 425 # undef iswlower macro
443 # define iswlower rpl_iswlower
529 iswlower function
675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
699 _GL_CXXALIASWARN (iswlower); variable
  /external/bison/linux-lib/
wctype.h 425 # undef iswlower macro
443 # define iswlower rpl_iswlower
529 iswlower function
675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
699 _GL_CXXALIASWARN (iswlower); variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 109 int __cdecl iswlower(wint_t);
136 #define iswlower(_c) (iswctype(_c,_LOWER)) macro
151 __CRT_INLINE int __cdecl iswlower(wint_t _C) {return (iswctype(_C,_LOWER)); } function

Completed in 276 milliseconds

1 2 3 4 5 6