Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ utf8to16
Function
utf8to16
third-party/utf8cpp/source/utf8/cpp17.h:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
inline std::u16string utf8to16(std::string_view s)
50
{
51
std::u16string result;
52
utf8to16(s.begin(), s.end(), std::back_inserter(result));
53
return result;
54
}
55
56
inline std::string utf32to8(std::u32string_view s)
57
{
Callers
5
main
Function · 0.50
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