| 708 | } |
| 709 | |
| 710 | ConversionResult 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 |
no test coverage detected