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

Function UTF8ToUTF32

core/base/UTF8.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323bool UTF8ToUTF32(std::string_view utf8, std::u32string& outUtf32)
324{
325 return utfConvert(utf8, outUtf32, ConvertUTF8toUTF32);
326}
327
328bool UTF16ToUTF8(std::u16string_view utf16, std::string& outUtf8)
329{

Callers 6

newFontAtlasMethod · 0.85
setStringMethod · 0.85
clearTexturesMethod · 0.85
getSubStringOfUTF8StringFunction · 0.85
generateMethod · 0.85

Calls 1

utfConvertFunction · 0.85

Tested by

no test coverage detected