/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCString.cpp | 78 const char *CFCString::UTF8(std::string &str) { in UTF8() function in CFCString 89 const char *CFCString::UTF8(CFStringRef cf_str, std::string &str) { in UTF8() function in CFCString
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | CFString.cpp | 81 const char *CFString::UTF8(std::string &str) { in UTF8() function in CFString 93 const char *CFString::UTF8(CFStringRef cf_str, std::string &str) { in UTF8() function in CFString
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | CFBundle.cpp | 45 const char *UTF8(std::string &Str) const { in UTF8() function in llvm::dsymutil::CFString 64 const char *CFString::UTF8(CFStringRef CFStr, std::string &Str) { in UTF8() function in llvm::dsymutil::CFString
|
/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...] |
/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 36 StringRef UTF8(Translated, TranslatedPtr - Translated); in translateCodePointToUTF8() local
|
/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
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 130 typedef unsigned char UTF8; /* typically 8 bits */ typedef
|
/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
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SourceCodeTests.cpp | 56 WithContextValue UTF8(kCurrentOffsetEncoding, OffsetEncoding::UTF8); in TEST() local 219 WithContextValue UTF8(kCurrentOffsetEncoding, OffsetEncoding::UTF8); in TEST() local 278 WithContextValue UTF8(kCurrentOffsetEncoding, OffsetEncoding::UTF8); in TEST() local
|
/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
|
/llvm-project/llvm/unittests/Support/ |
H A D | JSONTest.cpp | 230 TEST(JSONTest, UTF8) { in TEST() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 810 typedef uint8_t UTF8; EncodeUCNEscape() typedef [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 429 UTF8, enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1589 enum class CharacterLiteralKind { Ascii, Wide, UTF8, UTF16, UTF32 }; enumerator 1752 UTF8, enumerator
|