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