Searched refs:StartChar (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3font.cpp | 65 int StartChar = m_pFontDict->GetIntegerFor("FirstChar"); in Load() local 66 if (StartChar >= 0 && static_cast<size_t>(StartChar) < kCharLimit) { in Load() 70 count = std::min(count, kCharLimit - StartChar); in Load() 72 m_CharWidthL[StartChar + i] = in Load()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 434 const char *StartChar = CurPtr; in LexIdentifier() local 435 const char *IntEnd = CurPtr[-1] == 'i' ? 0 : StartChar; in LexIdentifier() 446 StrVal.assign(StartChar-1, CurPtr++); in LexIdentifier() 453 if (IntEnd != StartChar) { in LexIdentifier() 455 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() 468 --StartChar; in LexIdentifier() 469 unsigned Len = CurPtr-StartChar; in LexIdentifier() 471 if (Len == strlen(#STR) && !memcmp(StartChar, #STR, strlen(#STR))) \ in LexIdentifier() 596 if (Len == strlen(STR) && !memcmp(StartChar, STR, strlen(STR))) { \ in LexIdentifier() 611 if (Len == strlen(#STR) && !memcmp(StartChar, #STR, strlen(#STR))) { \ in LexIdentifier()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 452 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-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 454 const char *StartChar = CurPtr; in LexIdentifier() local 455 const char *IntEnd = CurPtr[-1] == 'i' ? nullptr : StartChar; in LexIdentifier() 470 StrVal.assign(StartChar-1, CurPtr++); in LexIdentifier() 477 if (IntEnd != StartChar) { in LexIdentifier() 479 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() 492 --StartChar; in LexIdentifier() 493 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_barcode.cpp | 26 {XFA_Attribute::StartChar, XFA_AttributeType::CData, nullptr},
|
D | cxfa_node_statics.cpp | 722 {0x5ab23b6c /* startChar */, XFA_Attribute::StartChar}, 2009 case XFA_Attribute::StartChar: in AttributeToName()
|
D | cxfa_node.cpp | 2114 XFA_Attribute::StartChar, true); in GetBarcodeAttribute_StartChar()
|
D | xfa_basic_data_element_script.cpp | 1072 XFA_Attribute::StartChar, XFA_ScriptType::Basic},
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 455 StartChar, enumerator
|