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

  /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/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/stdlib/
wchar.c 118 int iswlower(wint_t wc) { return islower(wc); } function
  /external/libxml2/
trio.c 171 # define iswlower(x) islower(x) macro
    [all...]

Completed in 296 milliseconds