HomeSort by relevance Sort by last modified time
    Searched defs:kWhitespace (Results 1 - 8 of 8) 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);
  /external/image_io/includes/image_io/base/
data_scanner.h 51 kWhitespace,
53 /// A scanner to skip white space characters, but unlike the kWhitespace
82 /// @return A kWhitespace type scanner;
  /external/webrtc/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 33 const char TextRenderer::kWhitespace[] = " \t\n\r";
305 if (strchr(kWhitespace, ch) != NULL) {
352 if (strchr(kWhitespace, str[i]) != NULL) {
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 63 static const char *kWhitespace = " \r\n";
381 while (!strchr(kWhitespace, *stack_info_line))
471 if (!Tokenize(file_line, kWhitespace, 2, &tokens)) {
499 if (!Tokenize(function_line, kWhitespace, 4, &tokens)) {
531 if (!Tokenize(line_line, kWhitespace, 4, &tokens)) {
580 if (!Tokenize(public_line, kWhitespace, 3, &tokens)) {
603 if (after_number != NULL && strchr(kWhitespace, *after_number) != NULL) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.h 144 kWhitespace,
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 849 static const char kWhitespace[] = " ";
850 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth];
    [all...]

Completed in 257 milliseconds