Searched refs:IsPrintableAscii (Results 1 – 1 of 1) sorted by relevance
145 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function185 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()