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

Method IsLower

library/cpp/charset/codepage.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 const char* DefaultChar; //[CCL_NUM]
28
29 bool IsLower(unsigned char ch) const {
30 return ::IsLower(unicode[ch]);
31 }
32 bool IsUpper(unsigned char ch) const {
33 return ::IsUpper(unicode[ch]);
34 }

Callers

nothing calls this directly

Calls 1

IsLowerFunction · 0.50

Tested by

no test coverage detected