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

Function FromUtf8

library/cpp/containers/cow_string/cow_string.h:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 static TBasicCowString FromUtf8(const ::TStringBuf& s) {
312 return TBasicCowString().AppendUtf8(s);
313 }
314
315 static TBasicCowString FromUtf16(const ::TWtringBuf& s) {
316 return TBasicCowString().AppendUtf16(s);

Callers 6

TestDecodingMethodsMethod · 0.70
TestStringLiteralsMethod · 0.70
TestDecodingMethodsMethod · 0.70
TestStringLiteralsMethod · 0.70
ConvertMethod · 0.50

Calls 1

TBasicCowStringFunction · 0.85

Tested by 5

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