Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
bool IsASCIIDigit(UniChar c)
354
{
355
return c >=
'0'
&& c <=
'9'
;
356
}
357
358
bool IsASCIILatin(UniChar c)
359
{
Callers
6
GetCharType
Function · 0.85
ToUInt
Function · 0.85
HouseNumbersMatch
Function · 0.85
LooksLikeHouseNumber
Method · 0.85
ValidateHouseNumber
Method · 0.85
SimplifyChar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected