Searched defs:kWhitespace (Results 1 - 5 of 5) sorted by path

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp33 const char TextRenderer::kWhitespace[] = " \t\n\r"; member in class:TextRenderer
305 if (strchr(kWhitespace, ch) != NULL) {
352 if (strchr(kWhitespace, str[i]) != NULL) {
H A DTextRenderer.h135 static const char kWhitespace[]; member in class:android::TextRenderer
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp815 static const char kWhitespace[] = " "; local
816 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth];
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp473 static const char kWhitespace[] = local
477 CHECK_LT((size_t)indent, sizeof(kWhitespace));
479 s->append(kWhitespace, indent);
H A Dhexdump.cpp33 static const char kWhitespace[] = local
37 CHECK_LT((size_t)indent, sizeof(kWhitespace));
39 s->append(kWhitespace, indent);

Completed in 81 milliseconds