Searched defs:IsPrintableAscii (Results 1 – 13 of 13) sorted by relevance
62 bool IsPrintableAscii(absl::string_view input) { in IsPrintableAscii() function
103 TEST(UtilTest, IsPrintableAscii) { in TEST() argument
152 constexpr bool IsPrintableAscii(std::string_view data) { in IsPrintableAscii() function
141 inline bool IsPrintableAscii(wchar_t c) { in IsPrintableAscii() function
134 inline bool IsPrintableAscii(wchar_t c) { in IsPrintableAscii() function
143 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
145 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
11877 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function
11906 inline bool IsPrintableAscii(char32_t c) { return 0x20 <= c && c <= 0x7E; } in IsPrintableAscii() function