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

1 2 3

  /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/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
  /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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
ctype.h 88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); } function
  /bionic/libc/include/
wchar.h 85 extern int iswlower(wint_t);
  /development/ndk/platforms/android-3/include/
wchar.h 85 extern int iswlower(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 85 extern int iswlower(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 85 extern int iswlower(wint_t);
  /external/icu4c/test/perf/charperf/
charperf.h 191 iswlower(ch);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp 59 return !!iswlower(c);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp 67 return !!iswlower(c);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wctype.h 114 /* Test for any wide character for which `iswupper' or 'iswlower' is
134 extern int iswlower (wint_t __wc) __THROW;
233 /* Test for any wide character for which `iswupper' or 'iswlower' is
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
wchar.h 85 extern int iswlower(wint_t);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
wchar.h 85 extern int iswlower(wint_t);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
wchar.h 85 extern int iswlower(wint_t);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
wchar.h 85 extern int iswlower(wint_t);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
wchar.h 85 extern int iswlower(wint_t);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
wchar.h 85 extern int iswlower(wint_t);

Completed in 1309 milliseconds

1 2 3