Home
last modified time | relevance | path

Searched refs:StartChar (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp78 int StartChar = m_pFontDict->GetIntegerFor("FirstChar"); in Load() local
79 if (StartChar >= 0 && static_cast<size_t>(StartChar) < kCharLimit) { in Load()
83 count = std::min(count, kCharLimit - StartChar); in Load()
85 m_CharWidthL[StartChar + i] = in Load()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DExplicitConstructorCheck.cpp46 const char *StartChar = Sources.getCharacterData(StartLoc); in FindToken() local
47 Lexer Lex(StartLoc, LangOpts, StartChar, StartChar, Buf.end()); in FindToken()
/external/llvm/lib/AsmParser/
DLLLexer.cpp452 const char *StartChar = CurPtr; in LexIdentifier() local
453 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier()
467 StrVal.assign(StartChar-1, CurPtr++); in LexIdentifier()
474 if (IntEnd != StartChar) { in LexIdentifier()
476 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier()
489 --StartChar; in LexIdentifier()
490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp453 const char *StartChar = CurPtr; in LexIdentifier() local
454 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier()
469 StrVal.assign(StartChar-1, CurPtr++); in LexIdentifier()
476 if (IntEnd != StartChar) { in LexIdentifier()
478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier()
491 --StartChar; in LexIdentifier()
492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier()
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp453 const char *StartChar = CurPtr; in LexIdentifier() local
454 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier()
469 StrVal.assign(StartChar-1, CurPtr++); in LexIdentifier()
476 if (IntEnd != StartChar) { in LexIdentifier()
478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier()
491 --StartChar; in LexIdentifier()
492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp27 {XFA_Attribute::StartChar, XFA_AttributeType::CData, nullptr},
100 JSObject()->TryCData(XFA_Attribute::StartChar, true); in GetStartChar()
Dattributes.inc121 ATTR____(0x5ab23b6cu, "startChar", StartChar, Basic)
Delement_attributes.inc101 ELEM_ATTR____(Barcode, StartChar, CJX_Object::ScriptAttributeString)
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp2992 const char *StartChar = StartLoc.getPointer() + 1; in parseAngleBracketString() local
2998 Data = angleBracketString(StringRef(StartChar, EndChar - StartChar)); in parseAngleBracketString()
DMasmParser.cpp3349 const char *StartChar = StartLoc.getPointer() + 1; in parseAngleBracketString() local
3355 Data = angleBracketString(StringRef(StartChar, EndChar - StartChar)); in parseAngleBracketString()