/external/icu/icu4c/source/layout/ |
D | LookupTables.h | 30 typedef le_int16 LookupValue; typedef 41 LookupValue value; 47 LookupValue value; 65 LookupValue valueArray[ANY_NUMBER]; 91 LookupValue valueArray[ANY_NUMBER];
|
D | StateTableProcessor2.cpp | 84 LookupValue classCode = classCodeOOB; in process() 115 LookupValue classCode = classCodeOOB; in process() 152 LookupValue classCode = classCodeOOB; in process() 192 LookupValue classCode = classCodeOOB; in process()
|
D | SimpleArrayProcessor.cpp | 40 …LEReferenceToArrayOf<LookupValue> valueArray(simpleArrayLookupTable, success, (const LookupValue*)… in process()
|
D | ContextualGlyphSubstProc2.cpp | 89 …LEReferenceToArrayOf<LookupValue> valueArray(lookupTable0, success, &lookupTable0->valueArray[0], … in lookup() 131 …LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], … in lookup()
|
D | SimpleArrayProcessor2.h | 53 LEReferenceToArrayOf<LookupValue> valueArray;
|
D | TrimmedArrayProcessor2.h | 55 LEReferenceToArrayOf<LookupValue> valueArray;
|
D | SimpleArrayProcessor2.cpp | 30 …valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &simpleArrayLookupTab… in SimpleArrayProcessor2()
|
D | TrimmedArrayProcessor2.cpp | 32 …valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &trimmedArrayLookupTa… in TrimmedArrayProcessor2()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdoc.cpp | 349 CPDF_Object* pObject = nametree.LookupValue(bsName); in GetPDFNamedImage() 354 CPDF_Object* pTempObject = nametree.LookupValue(i, bsTemp); in GetPDFNamedImage() 362 CPDF_Object* pObject = nametree.LookupValue(wsName); in GetPDFNamedImage() 367 CPDF_Object* pTempObject = nametree.LookupValue(i, wsTemp); in GetPDFNamedImage()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_basic.cpp | 208 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, in LookupValue() function in CPDF_NameTree 216 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const { in LookupValue() function in CPDF_NameTree 225 CPDF_Object* pValue = LookupValue(sName); in LookupNamedDest() 483 pValue = numberTree.LookupValue(n); in GetLabel()
|
D | doc_action.cpp | 272 CPDF_Object* pAction = name_tree.LookupValue(index, csName); in GetJSAction() 281 CPDF_Object* pAction = name_tree.LookupValue(csName); in GetJSAction()
|
D | doc_tagged.cpp | 104 CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id)); in LoadPageTree()
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 399 return HConstant::cast(graph_->LookupValue(operand->index())); in LookupConstant() 405 return graph_->LookupValue(operand->index())->representation(); in LookupLiteralRepresentation()
|
D | lithium-allocator.cc | 672 HValue* instr = graph_->LookupValue(index); in LookupPhi() 1618 HValue* value = graph_->LookupValue(virtual_register); in HasTaggedValue() 1626 HValue* value = graph_->LookupValue(virtual_register); in RequiredRegisterKind()
|
D | hydrogen.h | 363 HValue* LookupValue(int id) const { in LookupValue() function
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 459 CPDF_Object* CPDF_NumberTree::LookupValue(int num) { in LookupValue() function in CPDF_NumberTree
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 51 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const; 53 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 853 CPDF_Object* LookupValue(int num);
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 1174 pDestObj = nameTree.LookupValue(index, bsName); in FPDF_GetNamedDest()
|