MCPcopy Create free account
hub / github.com/comaps/comaps / IsASCIIDigit

Function IsASCIIDigit

libs/base/string_utils.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353bool IsASCIIDigit(UniChar c)
354{
355 return c >= '0' && c <= '9';
356}
357
358bool IsASCIILatin(UniChar c)
359{

Callers 6

GetCharTypeFunction · 0.85
ToUIntFunction · 0.85
HouseNumbersMatchFunction · 0.85
LooksLikeHouseNumberMethod · 0.85
ValidateHouseNumberMethod · 0.85
SimplifyCharFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected