MCPcopy Create free account
hub / github.com/NativeScript/android / is_c0_control_or_space

Function is_c0_control_or_space

test-app/runtime/src/main/cpp/ada/ada.cpp:10755–10757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10753}
10754
10755ada_really_inline constexpr bool is_c0_control_or_space(const char c) noexcept {
10756 return (unsigned char)c <= ' ';
10757}
10758
10759ada_really_inline constexpr bool is_ascii_tab_or_newline(
10760 const char c) noexcept {

Callers 1

trim_c0_whitespaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected