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

<<11121314151617181920>>

  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 65 isspace(signature[2]);
106 while( isspace(code))
  /external/openfst/src/include/fst/
pair-weight.h 120 } while (isspace(c));
150 } while (isspace(c));
tuple-weight.h 141 } while (isspace(c));
179 } while (isspace(c));
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 91 for (i = 0; !isspace(cpuinfo[i]); i++);
92 for (; isspace(cpuinfo[i]); i++);
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
85 # define ISSPACE(c) (ISASCII (c) && isspace (c))
385 || (STREQ (str, "space") && ISSPACE ((unsigned char) *n))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp 39 namespace std{ using ::ispunct; using ::isspace; }
53 dt_isspace, // character is delimeter if it satisfies isspace functor
114 return (std::isspace)( c ) != 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 110 __exctype (isspace); variable
181 # define isspace(c) __isctype((c), _ISspace) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 110 __exctype (isspace); variable
181 # define isspace(c) __isctype((c), _ISspace) macro
  /system/core/fs_mgr/
fs_mgr_fstab.c 208 while (isspace(*p)) {
239 while (isspace(*p)) {
  /external/valgrind/main/coregrind/
m_libcbase.c 38 Bool VG_(isspace) ( HChar c ) function
74 while (VG_(isspace)(*str)) str++;
100 while (VG_(isspace)(*str)) str++;
124 while (VG_(isspace)(*str)) str++;
158 while (VG_(isspace)(*str)) str++;
190 while (VG_(isspace)(*str)) str++;
  /ndk/sources/host-tools/make-3.81/
read.c 587 while (isspace ((unsigned char)*p))
598 for (p2 = p+1; *p2 != '\0' && !isspace ((unsigned char)*p2); ++p2)
605 while (isspace ((unsigned char)*p2))
    [all...]
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 212 if (isspace(static_cast<unsigned char>(data[pos])))
217 !isspace(static_cast<unsigned char>(data[pos+1])) &&
256 while ((pos < len) && isspace(static_cast<unsigned char>(data[pos]))) {
289 !isspace(static_cast<unsigned char>(data[pos])) &&
665 while ((pos < len) && isspace(static_cast<unsigned char>(line[pos]))) ++pos;
logging.cc 150 isspace(static_cast<unsigned char>(msgbuf[len-1]))) {
570 if (isspace(*pos))
595 while ((end_of_line > line) && isspace(*(end_of_line-1))) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 104 if iterator.type == Type.DOC_START_BRACE or iterator.string.isspace():
123 if iterator.type == Type.DOC_END_BRACE or iterator.string.isspace():
251 while last_type.string.isspace():
  /external/e2fsprogs/e2fsck/
util.c 674 if (!isspace(*cp)) {
675 while (*cp && !isspace(*cp))
678 while (*cp && isspace(*cp))
  /external/openssl/crypto/objects/
obj_dat.c 757 while (isspace((unsigned char)*s))
764 while ((*l != '\0') && !isspace((unsigned char)*l))
769 while (isspace((unsigned char)*l))
  /external/oprofile/libpopt/
popthelp.c 380 while (ch > help && !isspace(*ch)) ch--;
382 while (ch > (help + 1) && isspace(*ch)) ch--;
390 while (isspace(*help) && *help) help++;
  /external/chromium_org/base/strings/
string_number_conversions.cc 144 return 0 != isspace(static_cast<unsigned char>(c));
480 !isspace(input[0]);
  /external/chromium_org/printing/backend/
cups_helper.cc 61 isspace(line[kDefaultLen])) {
64 isspace(line[kDestLen])) {
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c 230 while(isspace((unsigned char)*p)) p++;
253 while (isspace((unsigned char)*p)) p++;
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 120 while (start < s.size() && isspace(s[start])) {
124 while (limit > start && isspace(s[limit-1])) {
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 355 elif c.isspace() and not is_quoted_section:
357 if not prev_char.isspace():
  /external/chromium_org/v8/src/
flags.cc 460 while (*p != '\0' && isspace(*p) != 0) p++;
466 while (*p != '\0' && isspace(*p) == 0) p++;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 55 if (!isspace(line[i]))
66 if (i < line_len && line[i] && !isspace(line[i]))
  /external/llvm/utils/lit/lit/
ShUtil.py 52 if c.isspace() or c in "|&;":
164 if self.look().isspace():

Completed in 1895 milliseconds

<<11121314151617181920>>