Home
last modified time | relevance | path

Searched defs:UTF32 (Results 1 – 17 of 17) sorted by relevance

/external/unicode/
DConvertUTF.h90 typedef unsigned long UTF32; /* at least 32 bits */ typedef
/external/google-breakpad/src/common/
Dconvert_UTF.h111 typedef unsigned long UTF32; /* at least 32 bits */ typedef
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSourceCodeTests.cpp64 WithContextValue UTF32(kCurrentOffsetEncoding, OffsetEncoding::UTF32); in TEST() local
81 WithContextValue UTF32(kCurrentOffsetEncoding, Encoding); in TEST() local
161 WithContextValue UTF32(kCurrentOffsetEncoding, OffsetEncoding::UTF32); in TEST() local
257 WithContextValue UTF32(kCurrentOffsetEncoding, OffsetEncoding::UTF32); in TEST() local
/external/antlr/runtime/Cpp/include/
Dantlr3convertutf.hpp106 typedef ANTLR_UINT32 UTF32; /* at least 32 bits */ typedef
/external/antlr/runtime/C/include/
Dantlr3convertutf.h106 typedef ANTLR3_UINT32 UTF32; /* at least 32 bits */ typedef
/external/llvm/include/llvm/Support/
DConvertUTF.h101 typedef unsigned int UTF32; /* at least 32 bits */ typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DConvertUTF.h109 typedef unsigned int UTF32; /* at least 32 bits */ typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DConvertUTF.h109 typedef unsigned int UTF32; /* at least 32 bits */ typedef
/external/llvm-project/llvm/include/llvm/Support/
DConvertUTF.h109 typedef unsigned int UTF32; /* at least 32 bits */ typedef
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java384 static final int UTF32 = UTF16 + 1; // 30 field in UConverterSharedData.UConverterType
/external/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
/external/clang/lib/Lex/
DLiteralSupport.cpp374 typedef uint32_t UTF32; in EncodeUCNEscape() typedef
/external/llvm-project/clang/lib/Lex/
DLiteralSupport.cpp387 typedef uint32_t UTF32; in EncodeUCNEscape() typedef
/external/skqp/experimental/canvaskit/
Dexterns.js396 UTF32: {}, property
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h379 UTF32, enumerator
/external/clang/include/clang/AST/
DExpr.h1311 UTF32 enumerator
1473 UTF32 enumerator
/external/llvm-project/clang/include/clang/AST/
DExpr.h1581 UTF32 enumerator
1777 enum StringKind { Ascii, Wide, UTF8, UTF16, UTF32 }; enumerator