HomeSort by relevance Sort by last modified time
    Searched full:islower (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/kernel-headers/original/linux/
ctype.h 27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
46 if (islower(c))
  /external/webkit/JavaScriptCore/wtf/
DisallowCType.h 47 #undef islower macro
64 #define islower islower_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 56 #ifdef islower
92 using std::islower;
  /bionic/libc/kernel/common/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /development/ndk/platforms/android-3/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /external/chromium/third_party/icu/source/test/perf/charperf/
CharPerf.pl 42 "isLower", ["$p TestStdLibIsLower" , "$p TestIsLower" ],
CharPerf_r.pl 46 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
  /external/icu4c/test/perf/charperf/
CharPerf.pl 42 "isLower", ["$p TestStdLibIsLower" , "$p TestIsLower" ],
CharPerf_r.pl 46 "isLower", ["$p1 TestIsLower" , "$p2 TestIsLower" ],
  /external/stlport/stlport/stl/
_cctype.h 37 using _STLP_VENDOR_CSTD::islower;
  /ndk/sources/android/stlport/stlport/stl/
_cctype.h 37 using _STLP_VENDOR_CSTD::islower;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ctype.h 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro
  /external/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
locale 70 #undef islower
99 inline bool islower (_CharT c, const locale& loc)
  /ndk/sources/android/stlport/stlport/
ctype.h 55 # undef islower macro
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); } function
locale 70 #undef islower
99 inline bool islower (_CharT c, const locale& loc)
  /bionic/libstdc++/include/
cctype 48 using ::islower;
  /external/stlport/stlport/using/
locale 18 using _STLP_NEW_IO_NAMESPACE::islower;
  /external/stlport/test/eh/
locale.cpp 47 if(islower('?', cout.getloc())) puts("Lower");
  /ndk/sources/android/stlport/stlport/using/
locale 18 using _STLP_NEW_IO_NAMESPACE::islower;

Completed in 590 milliseconds

1 2 3 4 5 6