Home
last modified time | relevance | path

Searched defs:CodePoint (Results 1 – 5 of 5) 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.cpp33 unsigned CodePoint) { in convertCodePointToUTF8()
62 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
72 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.h48 CodePoint, // Move by a single code point. enumerator
/external/clang/lib/Lex/
DLexer.cpp1477 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/0); in LexIdentifier() local
1499 UTF32 CodePoint; in LexIdentifier() local
2592 uint32_t CodePoint = 0; in tryReadUCN() local
3386 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) in LexTokenInternal() local
3398 UTF32 CodePoint; in LexTokenInternal() local
DPreprocessor.cpp533 uint32_t CodePoint = 0; in expandUCNs() local