Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
Dgtest-printers.cc137 inline bool IsPrintableAscii(wchar_t c) { in IsPrintableAscii() function
180 if (IsPrintableAscii(w_c)) { in PrintAsCharLiteralTo()
/third_party/googletest/googletest/src/
Dgtest-printers.cc143 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
183 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()
/third_party/node/deps/googletest/src/
Dgtest-printers.cc145 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
185 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc11906 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
11946 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()