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

1 2 3 4

  /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/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 12 #define iswlower sun_iswlower macro
32 #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), "");
  /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
  /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/current/sources/android/support/include/
wctype.h 55 int iswlower(wint_t);
  /prebuilts/ndk/current/sources/cxx-stl/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
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /development/ndk/platforms/android-3/include/
wchar.h 92 extern int iswlower(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 97 extern int iswlower(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 78 extern int iswlower(wint_t);
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 191 iswlower(ch);

Completed in 1049 milliseconds

1 2 3 4