Home
last modified time | relevance | path

Searched defs:CodePoint (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/external/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/external/llvm-project/clang/lib/AST/
DCommentLexer.cpp41 unsigned CodePoint) { in convertCodePointToUTF8()
70 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
80 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/external/clang/lib/AST/
DCommentLexer.cpp42 unsigned CodePoint) { in convertCodePointToUTF8()
71 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
81 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/external/clang/lib/Lex/
DLexer.cpp1462 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
DLiteralSupport.cpp245 uint32_t CodePoint = 0; in expandUCNs() local
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1599 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
DLiteralSupport.cpp258 uint32_t CodePoint = 0; in expandUCNs() local
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
/external/cldr/tools/java/org/unicode/cldr/util/
DPick.java337 private static class CodePoint extends FinalPick { class in Pick
340 private CodePoint(UnicodeSet source) { in CodePoint() method in Pick.CodePoint
/external/clang/lib/Sema/
DSemaChecking.cpp4456 UTF32 CodePoint; in HandleInvalidConversionSpecifier() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7821 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local