Home
last modified time | relevance | path

Searched defs:UTF8 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp260 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 DStringPrinter.h23 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 DConvertUTF.h130 typedef unsigned char UTF8; /* typically 8 bits */ typedef
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp189 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 DRustDemangle.cpp1122 char UTF8[4] = {C}; in decodePunycode() local
1191 char UTF8[4] = {}; in decodePunycode() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp810 typedef uint8_t UTF8; in EncodeUCNEscape() typedef
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1589 enum class CharacterLiteralKind { Ascii, Wide, UTF8, UTF16, UTF32 }; enumerator
1752 UTF8, enumerator