MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isNumeric

Function isNumeric

Source/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

parserFunction · 0.70
fromStringFunction · 0.70
isAlphaNumFunction · 0.70
isHexNumFunction · 0.70
strCmpVFunction · 0.70
writeFunction · 0.70
initMethod · 0.50

Calls 1

isInRangeFunction · 0.85

Tested by

no test coverage detected