Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CharsetByName
Function
CharsetByName
library/cpp/charset/codepage.cpp:193–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
};
192
193
ECharset CharsetByName(TStringBuf name) {
194
return Singleton<TCodePageHash>()->CharsetByName(name);
195
}
196
197
ECharset CharsetByNameOrDie(TStringBuf name) {
198
ECharset result = CharsetByName(name);
Callers
3
CharsetByNameOrDie
Function · 0.85
EncodingHintByName
Function · 0.85
CodePageByName
Function · 0.85
Calls
1
CharsetByName
Method · 0.80
Tested by
no test coverage detected