Searched refs:PrintCharAndCodeTo (Results 1 – 1 of 1) sorted by relevance
253 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo() function276 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()277 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo()281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo()