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

Function UTF16ToUTF8

core/base/UTF8.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328bool UTF16ToUTF8(std::u16string_view utf16, std::string& outUtf8)
329{
330 return utfConvert(utf16, outUtf8, ConvertUTF16toUTF8);
331}
332
333bool UTF16ToUTF32(std::u16string_view utf16, std::u32string& outUtf32)
334{

Callers 3

getStringUTFCharsJNIFunction · 0.85
getTextMethod · 0.85
UTF8Tests.cppFile · 0.85

Calls 1

utfConvertFunction · 0.85

Tested by

no test coverage detected