/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++/include/support/solaris/ |
wchar.h | 3 #define iswlower sun_iswlower macro 23 #undef iswlower macro
|
/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
|
/bionic/libc/bionic/ |
wchar.cpp | 102 int iswlower(wint_t wc) { return islower(wc); } 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
|
/external/libxml2/ |
trio.c | 171 # define iswlower(x) islower(x) macro [all...] |