HomeSort by relevance Sort by last modified time
    Searched refs:isspace (Results 576 - 600 of 654) sorted by null

<<21222324252627

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 2530 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2521 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2521 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2521 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 2521 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 2530 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 2529 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 2530 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 2529 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h 2530 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 2530 isspace(_CharT __c, const locale& __loc) function
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 75 // Standard C isspace() is only required to look at the low byte of its input, so
79 return (c < 0x0080 && isspace(c));
    [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 57 while (isspace(*s1)) ++s1;
58 while (isspace(*s2)) ++s2;
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 577 if (isspace(*p)) {
581 while (*q && isspace(*q))
    [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py     [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 127 if (isspace(*dataPos)) {
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 78 while (isspace(LastChar))
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 102 while (isspace(LastChar))
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 127 if (isspace(*dataPos)) {
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 459 while (isspace(*ptr)) ptr++;
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 783 while (isspace(*s)) {
    [all...]
  /frameworks/base/tools/aidl/
Type.cpp     [all...]

Completed in 1761 milliseconds

<<21222324252627