Searched refs:kWhitespace (Results 1 – 5 of 5) sorted by relevance
33 static const char kWhitespace[] = in appendIndent() local37 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()39 s->append(kWhitespace, indent); in appendIndent()
473 static const char kWhitespace[] = in appendIndent() local477 CHECK_LT((size_t)indent, sizeof(kWhitespace)); in appendIndent()479 s->append(kWhitespace, indent); in appendIndent()
33 const char TextRenderer::kWhitespace[] = " \t\n\r"; member in TextRenderer305 if (strchr(kWhitespace, ch) != NULL) { in drawWrappedString()352 if (strchr(kWhitespace, str[i]) != NULL) { in breakString()
135 static const char kWhitespace[]; variable
815 static const char kWhitespace[] = " "; in parseChunk() local816 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth]; in parseChunk()