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

Function IsAsciiAlnum

util/string/ascii.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87inline bool IsAsciiAlnum(unsigned char c) {
88 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_ALNUM;
89}
90
91inline bool IsAsciiHex(unsigned char c) {
92 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_ISHEX;

Callers 3

IsSchemeCharFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 1

RangeOkFunction · 0.85

Tested by

no test coverage detected