MCPcopy Create free account
hub / github.com/Icinga/icinga2 / utf16to8

Function utf16to8

third-party/utf8cpp/source/utf8/cpp17.h:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 inline std::string utf16to8(std::u16string_view s)
43 {
44 std::string result;
45 utf16to8(s.begin(), s.end(), std::back_inserter(result));
46 return result;
47 }
48
49 inline std::u16string utf8to16(std::string_view s)
50 {

Callers 5

mainFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 4

TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40