Home
last modified time | relevance | path

Searched refs:kWhitespace (Results 1 – 5 of 5) sorted by relevance

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