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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/localization/locales/locale.convenience/classification/
islower.pass.cpp 12 // template <class charT> bool islower (charT c, const locale& loc);
20 assert(!std::islower(' ', l));
21 assert(!std::islower('<', l));
22 assert(!std::islower('\x8', l));
23 assert(!std::islower('A', l));
24 assert( std::islower('a', l));
25 assert( std::islower('z', l));
26 assert(!std::islower('3', l));
27 assert(!std::islower('.', l));
28 assert( std::islower('f', l))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/
islower.pass.cpp 12 // template <class charT> bool islower (charT c, const locale& loc);
20 assert(!std::islower(' ', l));
21 assert(!std::islower('<', l));
22 assert(!std::islower('\x8', l));
23 assert(!std::islower('A', l));
24 assert( std::islower('a', l));
25 assert( std::islower('z', l));
26 assert(!std::islower('3', l));
27 assert(!std::islower('.', l));
28 assert( std::islower('f', l))
    [all...]
  /ndk/sources/android/support/src/musl-locale/
islower_l.c 5 return islower(c);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 20 { "lower", islower },
  /bionic/libstdc++/include/
cctype 48 using ::islower;
  /ndk/sources/cxx-stl/gabi++/include/
cctype 48 using ::islower;
  /ndk/sources/cxx-stl/system/include/
cctype 48 using ::islower;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cctype 46 using ::islower;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cctype 46 using ::islower;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cctype 48 using ::islower;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cctype 48 using ::islower;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cctype 48 using ::islower;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cctype 48 using ::islower;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cctype 48 using ::islower;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cctype 48 using ::islower;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cctype 48 using ::islower;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cctype 48 using ::islower;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cctype 48 using ::islower;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 56 #ifdef islower
92 using std::islower;
  /external/libcxx/test/depr/depr.c.headers/
ctype_h.pass.cpp 40 #ifdef islower
41 #error islower defined
80 static_assert((std::is_same<decltype(islower(0)), int>::value), "");
95 assert(islower('a'));
  /external/stlport/stlport/stl/
_cctype.h 37 using _STLP_VENDOR_CSTD::islower;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
ctype_h.pass.cpp 40 #ifdef islower
41 #error islower defined
80 static_assert((std::is_same<decltype(islower(0)), int>::value), "");
95 assert(islower('a'));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 37 using _STLP_VENDOR_CSTD::islower;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 37 using _STLP_VENDOR_CSTD::islower;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 37 using _STLP_VENDOR_CSTD::islower;

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>