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

Function UTF8ToUTF16

core/base/UTF8.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316};
317
318bool UTF8ToUTF16(std::string_view utf8, std::u16string& outUtf16)
319{
320 return utfConvert(utf8, outUtf16, ConvertUTF8toUTF16);
321}
322
323bool UTF8ToUTF32(std::string_view utf8, std::u32string& outUtf32)
324{

Callers 3

newStringUTFJNIFunction · 0.85
setNativeTextMethod · 0.85
UTF8Tests.cppFile · 0.85

Calls 1

utfConvertFunction · 0.85

Tested by

no test coverage detected