MCPcopy Create free account
hub / github.com/crownengine/crown / isNumeric

Function isNumeric

3rdparty/bx/src/string.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 bool isNumeric(char _ch)
45 {
46 return isInRange(_ch, '0', '9');
47 }
48
49 bool isAlphaNum(char _ch)
50 {

Callers 7

initMethod · 0.85
parserFunction · 0.85
fromStringFunction · 0.85
isAlphaNumFunction · 0.85
isHexNumFunction · 0.85
strCmpVFunction · 0.85
writeFunction · 0.85

Calls 1

isInRangeFunction · 0.85

Tested by

no test coverage detected