| 10753 | } |
| 10754 | |
| 10755 | ada_really_inline constexpr bool is_c0_control_or_space(const char c) noexcept { |
| 10756 | return (unsigned char)c <= ' '; |
| 10757 | } |
| 10758 | |
| 10759 | ada_really_inline constexpr bool is_ascii_tab_or_newline( |
| 10760 | const char c) noexcept { |
no outgoing calls
no test coverage detected