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

Function ConvertUTF8toUTF32Partial

ext/src/llvm/ConvertUTF.cpp:701–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701ConversionResult ConvertUTF8toUTF32Partial(const UTF8 **sourceStart,
702 const UTF8 *sourceEnd,
703 UTF32 **targetStart,
704 UTF32 *targetEnd,
705 ConversionFlags flags) {
706 return ConvertUTF8toUTF32Impl(sourceStart, sourceEnd, targetStart, targetEnd,
707 flags, /*InputIsPartial=*/true);
708}
709
710ConversionResult ConvertUTF8toUTF32(const UTF8 **sourceStart,
711 const UTF8 *sourceEnd, UTF32 **targetStart,

Callers

nothing calls this directly

Calls 1

ConvertUTF8toUTF32ImplFunction · 0.85

Tested by

no test coverage detected