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

Function IsAsciiUpper

util/string/ascii.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71inline bool IsAsciiUpper(unsigned char c) {
72 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_UPPER;
73}
74
75inline bool IsAsciiLower(unsigned char c) {
76 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_LOWER;

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

RangeOkFunction · 0.85

Tested by

no test coverage detected