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

Method to_lower

util/generic/string.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20template <>
21bool TBasicString<char, std::char_traits<char>>::to_lower(size_t pos, size_t n) {
22 return Transform([](size_t, char c) { return AsciiToLower(c); }, pos, n);
23}
24
25template <>
26bool TBasicString<char, std::char_traits<char>>::to_upper(size_t pos, size_t n) {

Callers 12

ConstantNamePrefixFunction · 0.45
GenerateEnumFileFunction · 0.45
GenerateMessageFileFunction · 0.45
IsReservedNameFunction · 0.45
LowerStringFunction · 0.45
LowerStringFunction · 0.45
TestFuncsMethod · 0.45
string.hFile · 0.45
TFQDNHostNameHolderMethod · 0.45
TestWideStringMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 3

AsciiToLowerFunction · 0.85
TransformFunction · 0.70
ToLowerFunction · 0.50

Tested by 2

TestFuncsMethod · 0.36
TestWideStringMethod · 0.36