Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ToLowerRet
Function
ToLowerRet
util/charset/wide.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
TUtf16String ToLowerRet(TUtf16String text, size_t pos, size_t count) {
302
ToLower(text, pos, count);
303
return text;
304
}
305
306
TUtf16String ToUpperRet(TUtf16String text, size_t pos, size_t count) {
307
ToUpper(text, pos, count);
Callers
1
TestToLowerStr
Method · 0.85
Calls
2
ToSmthRet
Function · 0.85
ToLower
Function · 0.70
Tested by
1
TestToLowerStr
Method · 0.68