forked from OSchip/llvm-project
parent
caddba9f00
commit
668a433723
|
@ -154,7 +154,6 @@ ConversionResult ConvertUTF16toUTF32 (
|
||||||
ConversionResult ConvertUTF32toUTF16 (
|
ConversionResult ConvertUTF32toUTF16 (
|
||||||
const UTF32** sourceStart, const UTF32* sourceEnd,
|
const UTF32** sourceStart, const UTF32* sourceEnd,
|
||||||
UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
|
UTF16** targetStart, UTF16* targetEnd, ConversionFlags flags);
|
||||||
#endif
|
|
||||||
|
|
||||||
Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
|
Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd);
|
||||||
|
|
||||||
|
@ -201,3 +200,5 @@ bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* --------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue