reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 *os << ((sizeof(c) > 1) ? "L'" : "'"); 220 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 221 *os << "'"; 228 *os << " (" << static_cast<int>(c); 236 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c)); 238 *os << ")";