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

Function UTF32ToUTF16

core/base/UTF8.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343bool UTF32ToUTF16(std::u32string_view utf32, std::u16string& outUtf16)
344{
345 return utfConvert(utf32, outUtf16, ConvertUTF32toUTF16);
346}
347
348#if (AX_TARGET_PLATFORM == AX_PLATFORM_ANDROID)
349std::string getStringUTFCharsJNI(JNIEnv* env, jstring srcjStr, bool* ret)

Callers

nothing calls this directly

Calls 1

utfConvertFunction · 0.85

Tested by

no test coverage detected