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

Method to_lower

library/cpp/containers/cow_string/cow_string.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87template <>
88bool TBasicCowString<char, std::char_traits<char>>::to_lower(size_t pos, size_t n) {
89 return Transform([](size_t, char c) { return AsciiToLower(c); }, pos, n);
90}
91
92template <>
93bool TBasicCowString<char, std::char_traits<char>>::to_upper(size_t pos, size_t n) {

Callers 9

ApplyHeaderLineMethod · 0.45
ForEachMethod · 0.45
Y_UNIT_TESTFunction · 0.45
DoRunMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
cow_string.hFile · 0.45
EqualNoCaseFunction · 0.45
EncodingHintByNameFunction · 0.45

Calls 4

AsciiToLowerFunction · 0.85
TransformFunction · 0.70
ModifyStringSymbolwiseFunction · 0.70
ToLowerFunction · 0.50

Tested by

no test coverage detected