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