Searched refs:kQuoteBegin (Results 1 – 6 of 6) sorted by relevance
264 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local265 *os << kQuoteBegin; in PrintCharsAsStringTo()273 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
266 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local267 *os << kQuoteBegin; in PrintCharsAsStringTo()276 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
267 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local268 *os << kQuoteBegin; in PrintCharsAsStringTo()277 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
10074 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local10075 *os << kQuoteBegin; in PrintCharsAsStringTo()10083 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()