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

Function UTF32ToUTF8

core/base/UTF8.cpp:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338bool UTF32ToUTF8(std::u32string_view utf32, std::string& outUtf8)
339{
340 return utfConvert(utf32, outUtf8, ConvertUTF32toUTF8);
341}
342
343bool UTF32ToUTF16(std::u32string_view utf32, std::u16string& outUtf16)
344{

Callers 4

getGlyphBitmapMethod · 0.85
onGLFWCharCallbackMethod · 0.85
getSubStringOfUTF8StringFunction · 0.85

Calls 1

utfConvertFunction · 0.85

Tested by

no test coverage detected