HomeSort by relevance Sort by last modified time
    Searched refs:is_space (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 70 bool FlagParser::is_space(char c) { function in class:__sanitizer::FlagParser
76 while (is_space(buf_[pos_])) ++pos_;
81 while (buf_[pos_] != 0 && buf_[pos_] != '=' && !is_space(buf_[pos_])) ++pos_;
94 while (buf_[pos_] != 0 && !is_space(buf_[pos_])) ++pos_;
95 if (buf_[pos_] != 0 && !is_space(buf_[pos_]))
sanitizer_flag_parser.h 103 bool is_space(char c);
  /external/libxml2/
triop.h 117 void trio_set_spacing TRIO_PROTO((trio_pointer_t ref, int is_space));
  /external/toybox/toys/pending/
diff.c 199 int t = 0, is_space; local
206 is_space = isspace(t) || (t == EOF);
213 if (toys.optflags & FLAG_w && is_space) continue;
217 if (is_space) continue;
219 } else if (is_space) t = space + ' ';
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c     [all...]
  /external/valgrind/perf/
tinycc.c 7771 static inline int is_space(int ch) function
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 515 milliseconds