|
LLVM 24.0.0git
|
This file provides utility functions for converting between EBCDIC-1047 and UTF-8. More...
#include "llvm/Support/ConvertEBCDIC.h"#include "llvm/Support/ConvertUTF.h"#include "llvm/Support/ErrorHandling.h"Go to the source code of this file.
Functions | |
| static bool | isPotentiallyValidUTF8Prefix (const UTF8 *Ptr, const UTF8 *End) |
Variables | |
| static const unsigned char | ISO88591ToIBM1047 [256] |
| static const unsigned char | IBM1047ToISO88591 [256] |
This file provides utility functions for converting between EBCDIC-1047 and UTF-8.
Definition in file ConvertEBCDIC.cpp.
Definition at line 71 of file ConvertEBCDIC.cpp.
References assert().
Referenced by llvm::ConverterEBCDIC::convertToEBCDIC().
Definition at line 46 of file ConvertEBCDIC.cpp.
Referenced by llvm::ConverterEBCDIC::convertToUTF8().
Definition at line 22 of file ConvertEBCDIC.cpp.
Referenced by llvm::ConverterEBCDIC::convertToEBCDIC().