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

Function isInRange

Source/3rdParty/bx/src/string.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace bx
12{
13 inline bool isInRange(char _ch, char _from, char _to)
14 {
15 return unsigned(_ch - _from) <= unsigned(_to-_from);
16 }
17
18 bool isSpace(char _ch)
19 {

Callers 5

isUpperFunction · 0.85
isLowerFunction · 0.85
isNumericFunction · 0.85
isHexNumFunction · 0.85
isPrintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected