Searched defs:UTF8 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 260 llvm::UTF8 **, llvm::UTF8 *, in DumpEncodedBufferToStream() argument 401 ReadEncodedBufferAndDumpToStream(StringElementType elem_type,const StringPrinter::ReadStringAndDumpToStreamOptions & options,llvm::ConversionResult (* ConvertFunction)(const SourceDataType **,const SourceDataType *,llvm::UTF8 **,llvm::UTF8 *,llvm::ConversionFlags)) ReadEncodedBufferAndDumpToStream() argument [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator 25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 130 typedef unsigned char UTF8; /* typically 8 bits */ typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 189 std::string UTF8; in makeDuplicateResourceError() local 198 std::string UTF8; in makeDuplicateResourceError() local 215 std::string UTF8; in printStringOrID() local
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 1122 char UTF8[4] = {C}; in decodePunycode() local 1191 char UTF8[4] = {}; in decodePunycode() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 810 typedef uint8_t UTF8; in EncodeUCNEscape() typedef
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1589 enum class CharacterLiteralKind { Ascii, Wide, UTF8, UTF16, UTF32 }; enumerator 1752 UTF8, enumerator
|