Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ utf8to32
Function
utf8to32
third-party/utf8cpp/source/utf8/cpp17.h:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
inline std::u32string utf8to32(std::string_view s)
64
{
65
std::u32string result;
66
utf8to32(s.begin(), s.end(), std::back_inserter(result));
67
return result;
68
}
69
70
inline std::size_t find_invalid(std::string_view s)
71
{
Callers
4
TEST
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
4
TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40