MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / utf8to32

Function utf8to32

external/utf8/cpp17.h:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 inline std::u32string utf8to32(std::string_view s)
57 {
58 std::u32string result;
59 utf8to32(s.begin(), s.end(), std::back_inserter(result));
60 return result;
61 }
62
63 inline std::size_t find_invalid(std::string_view s)
64 {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected