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

Function IsAsciiAlpha

util/string/ascii.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83inline bool IsAsciiAlpha(unsigned char c) {
84 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_ALPHA;
85}
86
87inline bool IsAsciiAlnum(unsigned char c) {
88 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_ALNUM;

Callers 3

CheckIsValidXmlAsciiNameFunction · 0.85
Y_UNIT_TESTFunction · 0.85
IsAbsolutePathMethod · 0.85

Calls 1

RangeOkFunction · 0.85

Tested by

no test coverage detected