Searched refs:u_c (Results 1 – 1 of 1) sorted by relevance
152 const char32_t u_c = ToChar32(c); in PrintAsCharLiteralTo() local153 switch (u_c) { in PrintAsCharLiteralTo()185 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()190 *os << "\\x" << std::hex << std::uppercase << static_cast<int>(u_c); in PrintAsCharLiteralTo()