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

  /external/brotli/enc/
static_dict.c 325 BROTLI_BOOL is_space = TO_BROTLI_BOOL(data[0] == ' '); local
341 AddMatch(id + (is_space ? 6 : 32) * n, l + 1, l, matches);
350 AddMatch(id + (is_space ? 2 : 77) * n, l + 2, l, matches);
352 AddMatch(id + (is_space ? 89 : 67) * n, l + 2, l, matches);
353 } else if (is_space) {
372 } else if (is_space) {
  /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_]))
  /frameworks/base/tools/aapt/
pseudolocalize.cpp 202 static bool is_space(const char16_t c) { function
339 bool space = is_space(c);
371 space = (!escape && is_space(c)) || (escape && (c == 'n' || c == 't'));
  /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 + ' ';
  /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 1406 milliseconds