MCPcopy Create free account
hub / github.com/catboost/catboost / IsAsciiDigit

Function IsAsciiDigit

util/string/ascii.h:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79inline bool IsAsciiDigit(unsigned char c) {
80 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_DIGIT;
81}
82
83inline bool IsAsciiAlpha(unsigned char c) {
84 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_ALPHA;

Callers 2

Y_UNIT_TESTFunction · 0.70
CutWWWNumberedPrefixFunction · 0.50

Calls 1

RangeOkFunction · 0.85

Tested by

no test coverage detected