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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/classification/
isspace.pass.cpp 12 // template <class charT> bool isspace (charT c, const locale& loc);
20 assert( std::isspace(' ', l));
21 assert(!std::isspace('<', l));
22 assert(!std::isspace('\x8', l));
23 assert(!std::isspace('A', l));
24 assert(!std::isspace('a', l));
25 assert(!std::isspace('z', l));
26 assert(!std::isspace('3', l));
27 assert(!std::isspace('.', l));
28 assert(!std::isspace('f', l))
    [all...]
  /bionic/libc/unistd/
charclass.h 23 { "space", isspace },
  /external/libsepol/src/
genusers.c 66 while (*p && isspace(*p))
74 if (!isspace(*p))
76 while (*p && isspace(*p))
81 while (*p && !isspace(*p))
125 while (*p && isspace(*p))
132 if (!isspace(*p))
134 while (*p && isspace(*p))
146 while (*p && isspace(*p))
152 while (*p && *p != ';' && *p != '}' && !isspace(*p))
188 while (*p && isspace(*p)
    [all...]
  /external/openssh/openbsd-compat/
charclass.h 25 { "space", isspace },
  /external/valgrind/main/coregrind/m_ume/
script.c 57 while (interp < end && VG_(isspace)(*interp)) interp++;
68 if (VG_(isspace)(*interp)) return False;
103 while (interp < end && VG_(isspace)(*interp))
109 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
118 while (cp < end && VG_(isspace)(*cp) && *cp != '\n')
  /bionic/libstdc++/include/
cctype 51 using ::isspace;
  /external/linux-tools-perf/util/
alias.c 36 if (!quoted && isspace(c)) {
39 && isspace(cmdline[src]))
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 50 #undef isspace macro
67 #define isspace isspace_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/gabi++/include/
cctype 51 using ::isspace;
  /ndk/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cctype 49 using ::isspace;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cctype 49 using ::isspace;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cctype 51 using ::isspace;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cctype 51 using ::isspace;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 65 #ifdef isspace
93 using std::isspace;
  /external/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
ctype_h.pass.cpp 52 #ifdef isspace
53 #error isspace defined
83 static_assert((std::is_same<decltype(isspace(0)), int>::value), "");
98 assert(!isspace('a'));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 40 using _STLP_VENDOR_CSTD::isspace;

Completed in 741 milliseconds

1 2 3 4 5 6 7 8 91011>>