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

  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.cc 132 static const std::string kWhitespace(" \n\r\t");
135 std::string::size_type first = s.find_first_not_of(kWhitespace);
136 std::string::size_type last = s.find_last_not_of(kWhitespace);
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 325 static const char kWhitespace[] =
329 CHECK_LT((size_t)indent, sizeof(kWhitespace));
331 s->append(kWhitespace, indent);
  /external/chromium/net/base/
cookie_monster.cc     [all...]
cookie_monster.h     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 634 static const char kWhitespace[] = " ";
635 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth];
    [all...]

Completed in 524 milliseconds