Searched defs:UTF32 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 128 typedef unsigned int UTF32; /* at least 32 bits */ typedef
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SourceCodeTests.cpp | 65 WithContextValue UTF32(kCurrentOffsetEncoding, OffsetEncoding::UTF32); in TEST() local 82 WithContextValue UTF32(kCurrentOffsetEncoding, Encoding); in TEST() local 162 WithContextValue UTF32(kCurrentOffsetEncoding, OffsetEncoding::UTF32); in TEST() local 258 WithContextValue UTF32(kCurrentOffsetEncoding, OffsetEncoding::UTF32); in TEST() local
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | StringPrinter.h | 23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
|
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 761 typedef uint32_t UTF32; EncodeUCNEscape() typedef [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 431 UTF32, enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1589 enum class CharacterLiteralKind { Ascii, Wide, UTF8, UTF16, UTF32 }; enumerator 1754 UTF32, enumerator
|