Home
last modified time | relevance | path

Searched refs:IsPrintableAscii (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-printers.cc145 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
185 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()