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

Function FromUtf8

util/generic/string.h:566–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564 }
565
566 static TBasicString FromUtf8(const ::TStringBuf& s) {
567 return TBasicString().AppendUtf8(s);
568 }
569
570 static TBasicString FromUtf16(const ::TWtringBuf& s) {
571 return TBasicString().AppendUtf16(s);

Callers 5

TestDecodingMethodsMethod · 0.70
TestStringLiteralsMethod · 0.70
TestDecodingMethodsMethod · 0.70
TestStringLiteralsMethod · 0.70

Calls 1

TBasicStringFunction · 0.70

Tested by 5

TestDecodingMethodsMethod · 0.56
TestStringLiteralsMethod · 0.56
TestDecodingMethodsMethod · 0.56
TestStringLiteralsMethod · 0.56