HomeSort by relevance Sort by last modified time
    Searched refs:iswlower (Results 1 - 25 of 97) 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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 3 #define iswlower sun_iswlower macro
23 #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
  /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), "");
  /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 49 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/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
  /external/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(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/5/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function

Completed in 262 milliseconds

1 2 3 4