Searched refs:kQuoteBegin (Results 1 – 4 of 4) sorted by relevance
257 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local258 *os << kQuoteBegin; in PrintCharsAsStringTo()266 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
261 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local262 *os << kQuoteBegin; in PrintCharsAsStringTo()270 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()
9270 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo() local9271 *os << kQuoteBegin; in PrintCharsAsStringTo()9279 *os << "\" " << kQuoteBegin; in PrintCharsAsStringTo()