MCPcopy Create free account
hub / github.com/ablab/spades / ConvertUTF8toUTF32

Function ConvertUTF8toUTF32

ext/src/llvm/ConvertUTF.cpp:710–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710ConversionResult ConvertUTF8toUTF32(const UTF8 **sourceStart,
711 const UTF8 *sourceEnd, UTF32 **targetStart,
712 UTF32 *targetEnd, ConversionFlags flags) {
713 return ConvertUTF8toUTF32Impl(sourceStart, sourceEnd, targetStart, targetEnd,
714 flags, /*InputIsPartial=*/false);
715}
716
717/* ---------------------------------------------------------------------
718

Callers 3

fixUTF8Function · 0.85
columnWidthUTF8Function · 0.85
convertUTF8SequenceFunction · 0.85

Calls 1

ConvertUTF8toUTF32ImplFunction · 0.85

Tested by

no test coverage detected