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

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
localefwd.h 70 isspace(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 68 isspace(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
localefwd.h 68 isspace(_CharT, const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 62 isspace(_CharT, const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 62 isspace(_CharT, const locale&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 62 isspace(_CharT, const locale&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 62 isspace(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 70 isspace(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 70 isspace(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
locale 66 #undef isspace
83 inline bool isspace (_CharT c, const locale& loc)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 70 isspace(_CharT, const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 70 isspace(_CharT, const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
localefwd.h 68 isspace(_CharT, const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 68 isspace(_CharT, const locale&);
  /system/core/libbacktrace/
BacktraceMap.cpp 87 while (isspace(line[name_pos])) {
  /system/core/logcat/tests/
logcat_test.cpp 614 while (isspace(*buf)) {
618 while (isspace(*--end) && (end >= buf)) {
649 while (isspace(*buf)) {
653 while ((end > buf) && isspace(*--end)) {
  /system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
strsuftoll.c 149 while (isspace((unsigned char)*val)) /* Skip leading space */
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 109 while('\0' != *retval && 0 == isspace(*retval))
129 if(isspace(*(inString + len)))
  /external/chromium_org/third_party/icu/source/samples/layout/
FontMap.cpp 178 while (start < len && isspace(s[start])) {
184 while (end > start && isspace(s[end])) {
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.c 259 while(s<targ&&isspace(*s)) s++;
260 for(p=s;s<targ&&!isspace(*p);p++);

Completed in 1435 milliseconds

<<11121314151617181920>>