Searched refs:PrintAsCharLiteralTo (Results 1 – 1 of 1) sorted by relevance
9155 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo() function9210 return PrintAsCharLiteralTo<wchar_t>(c, os); in PrintAsStringLiteralTo()9229 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); in PrintCharAndCodeTo()