Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() 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/cldr/tools/java/org/unicode/cldr/util/
DPick.java328 private static class CodePoint extends FinalPick { class in Pick
331 private CodePoint(UnicodeSet source) { in CodePoint() method in Pick.CodePoint
/external/clang/lib/Sema/
DSemaChecking.cpp4456 UTF32 CodePoint; in HandleInvalidConversionSpecifier() local