MCPcopy Create free account
hub / github.com/axmolengine/axmol / UTF16ToUTF32

Function UTF16ToUTF32

core/base/UTF8.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333bool UTF16ToUTF32(std::u16string_view utf16, std::u32string& outUtf32)
334{
335 return utfConvert(utf16, outUtf32, ConvertUTF16toUTF32);
336}
337
338bool UTF32ToUTF8(std::u32string_view utf32, std::string& outUtf8)
339{

Callers

nothing calls this directly

Calls 1

utfConvertFunction · 0.85

Tested by

no test coverage detected