Home
last modified time | relevance | path

Searched refs:LookupValue (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/layout/
DLookupTables.h30 typedef le_int16 LookupValue; typedef
41 LookupValue value;
47 LookupValue value;
65 LookupValue valueArray[ANY_NUMBER];
91 LookupValue valueArray[ANY_NUMBER];
DStateTableProcessor2.cpp84 LookupValue classCode = classCodeOOB; in process()
115 LookupValue classCode = classCodeOOB; in process()
152 LookupValue classCode = classCodeOOB; in process()
192 LookupValue classCode = classCodeOOB; in process()
DSimpleArrayProcessor.cpp40 …LEReferenceToArrayOf<LookupValue> valueArray(simpleArrayLookupTable, success, (const LookupValue*)… in process()
DContextualGlyphSubstProc2.cpp89 …LEReferenceToArrayOf<LookupValue> valueArray(lookupTable0, success, &lookupTable0->valueArray[0], … in lookup()
131 …LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], … in lookup()
DSimpleArrayProcessor2.h53 LEReferenceToArrayOf<LookupValue> valueArray;
DTrimmedArrayProcessor2.h55 LEReferenceToArrayOf<LookupValue> valueArray;
DSimpleArrayProcessor2.cpp30 …valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &simpleArrayLookupTab… in SimpleArrayProcessor2()
DTrimmedArrayProcessor2.cpp32 …valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &trimmedArrayLookupTa… in TrimmedArrayProcessor2()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdoc.cpp349 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/
Ddoc_basic.cpp208 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()
Ddoc_action.cpp272 CPDF_Object* pAction = name_tree.LookupValue(index, csName); in GetJSAction()
281 CPDF_Object* pAction = name_tree.LookupValue(csName); in GetJSAction()
Ddoc_tagged.cpp104 CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id)); in LoadPageTree()
/external/v8/src/crankshaft/
Dlithium.cc399 return HConstant::cast(graph_->LookupValue(operand->index())); in LookupConstant()
405 return graph_->LookupValue(operand->index())->representation(); in LookupLiteralRepresentation()
Dlithium-allocator.cc672 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()
Dhydrogen.h363 HValue* LookupValue(int id) const { in LookupValue() function
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp459 CPDF_Object* CPDF_NumberTree::LookupValue(int num) { in LookupValue() function in CPDF_NumberTree
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h51 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const;
53 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h853 CPDF_Object* LookupValue(int num);
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp1174 pDestObj = nameTree.LookupValue(index, bsName); in FPDF_GetNamedDest()