MCPcopy Create free account
hub / github.com/MapServer/MapServer / is_numeric

Function is_numeric

renderers/agg/src/agg_svg_parser.cpp:759–762  ·  view source on GitHub ↗

-------------------------------------------------------------

Source from the content-addressed store, hash-verified

757
758 //-------------------------------------------------------------
759 static bool is_numeric(char c)
760 {
761 return strchr("0123456789+-.eE", c) != 0;
762 }
763
764 //-------------------------------------------------------------
765 static unsigned parse_transform_args(const char* str,

Callers 3

parse_transform_argsFunction · 0.85
nextMethod · 0.85
parse_numberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected