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

Function IsAsciiPunct

util/string/ascii.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95inline bool IsAsciiPunct(unsigned char c) {
96 return ::NPrivate::ASCII_CLASS[c] & ::NPrivate::CC_PUNCT;
97}
98
99// some overloads
100

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls 1

RangeOkFunction · 0.85

Tested by

no test coverage detected