Searched defs:CodePoint (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/utils/TableGen/ |
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8() 58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
|
/external/clang/utils/TableGen/ |
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8() 59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
|
/external/llvm-project/clang/lib/AST/ |
D | CommentLexer.cpp | 41 unsigned CodePoint) { in convertCodePointToUTF8() 70 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local 80 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 42 unsigned CodePoint) { in convertCodePointToUTF8() 71 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local 81 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1462 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local 1483 UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local 2745 uint32_t CodePoint = 0; in tryReadUCN() local 3596 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local 3618 UTF32 CodePoint; in LexTokenInternal() local
|
D | LiteralSupport.cpp | 245 uint32_t CodePoint = 0; in expandUCNs() local
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 1599 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local 1620 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local 3012 uint32_t CodePoint = 0; in tryReadUCN() local 3897 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local 3920 llvm::UTF32 CodePoint; in LexTokenInternal() local
|
D | LiteralSupport.cpp | 258 uint32_t CodePoint = 0; in expandUCNs() local
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Program.cpp | 58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 337 private static class CodePoint extends FinalPick { class in Pick 340 private CodePoint(UnicodeSet source) { in CodePoint() method in Pick.CodePoint
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 4456 UTF32 CodePoint; in HandleInvalidConversionSpecifier() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7821 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local
|