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

Function ConvertUTF8toUTF32

3rdparty/ConvertUTF/ConvertUTF.cpp:737–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737ConversionResult ConvertUTF8toUTF32(const UTF8 **sourceStart,
738 const UTF8 *sourceEnd, UTF32 **targetStart,
739 UTF32 *targetEnd, ConversionFlags flags) {
740 return ConvertUTF8toUTF32Impl(sourceStart, sourceEnd, targetStart, targetEnd,
741 flags, /*InputIsPartial=*/false);
742}
743
744/* ---------------------------------------------------------------------
745

Callers

nothing calls this directly

Calls 1

ConvertUTF8toUTF32ImplFunction · 0.85

Tested by

no test coverage detected