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