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

  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 33 static const char kWhitespace[] =
37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
39 s->append(kWhitespace, indent);
AMessage.cpp 408 static const char kWhitespace[] =
412 CHECK_LT((size_t)indent, sizeof(kWhitespace));
414 s->append(kWhitespace, indent);
  /external/chromium_org/third_party/webrtc/base/
stringutils.cc 120 static const char kWhitespace[] = " \n\r\t";
123 std::string::size_type first = s.find_first_not_of(kWhitespace);
124 std::string::size_type last = s.find_last_not_of(kWhitespace);
  /frameworks/av/cmds/screenrecord/
TextRenderer.h 135 static const char kWhitespace[];
TextRenderer.cpp 31 const char TextRenderer::kWhitespace[] = " \t\n\r";
303 if (strchr(kWhitespace, ch) != NULL) {
350 if (strchr(kWhitespace, str[i]) != NULL) {
  /external/chromium_org/net/cookies/
parsed_cookie.cc 62 const char kWhitespace[] = " \t";
270 if (SeekPast(it, end, kWhitespace))
286 SeekBackPast(it, *token_start, kWhitespace);
304 SeekPast(it, end, kWhitespace);
318 SeekBackPast(value_end, *value_start, kWhitespace);

Completed in 2603 milliseconds