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

Function is_digit

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

Source from the content-addressed store, hash-verified

1030}
1031
1032constexpr bool is_digit(char x) noexcept { return (x >= '0') & (x <= '9'); }
1033
1034constexpr char to_lower(char x) noexcept { return (x | 0x20); }
1035

Callers 3

has_dash_dotMethod · 0.85
parse_ipv4Method · 0.85
parse_ipv6Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected