MCPcopy Create free account
hub / github.com/covscript/covscript / local2wide

Method local2wide

sources/compiler/lexer.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65namespace cs {
66 namespace codecvt {
67 std::u32string utf8::local2wide(const std::deque<char> &local)
68 {
69 std::u32string ustr;
70 ::utf8::utf8to32(local.begin(), local.end(), std::back_inserter(ustr));
71 return ustr;
72 }
73
74 std::u32string utf8::local2wide(std::string_view local)
75 {

Callers 1

process_char_buffMethod · 0.45

Calls 3

local2wideFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected