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

Method ToUpper

library/cpp/charset/codepage.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57char* CodePage::ToUpper(const char* b, const char* e, char* to) const {
58 return Apply(b, e, to, TCodePageData::rcdr_to_upper[CPEnum]);
59}
60char* CodePage::ToUpper(const char* b, char* to) const {
61 return Apply(b, to, TCodePageData::rcdr_to_upper[CPEnum]);
62}

Callers

nothing calls this directly

Calls 1

ApplyFunction · 0.70

Tested by

no test coverage detected