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

  /ndk/sources/android/support/src/musl-ctype/
iswlower.c 3 int iswlower(wint_t wc) function
  /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/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
  /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/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
  /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/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/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
ctype.h 147 int __cdecl iswlower(wint_t _C);
227 #define iswlower(_c) (iswctype(_c,_LOWER)) macro
wchar.h 226 int __cdecl iswlower(wint_t _C);
333 #define iswlower(_c) (iswctype(_c,_LOWER)) macro
    [all...]
  /external/chromium_org/third_party/libxml/src/
trio.c 171 # define iswlower(x) islower(x) macro
    [all...]
  /external/libxml2/
trio.c 171 # define iswlower(x) islower(x) macro
    [all...]

Completed in 542 milliseconds