MCPcopy Create free account
hub / github.com/apache/arrow / UTF8StringToUTF16Internal

Function UTF8StringToUTF16Internal

cpp/src/arrow/util/utf8.cc:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155std::u16string UTF8StringToUTF16Internal(std::string_view source) {
156 std::u16string s;
157 ::utf8::utf8to16(source.begin(), source.end(), std::back_inserter(s));
158 return s;
159}
160
161} // namespace
162

Callers 1

UTF8StringToUTF16Function · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected