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

/external/icu/icu4c/source/layout/
H A DLookupTables.h30 typedef le_int16 LookupValue; typedef
41 LookupValue value;
47 LookupValue value;
65 LookupValue valueArray[ANY_NUMBER];
91 LookupValue valueArray[ANY_NUMBER];
H A DSimpleArrayProcessor.cpp40 LEReferenceToArrayOf<LookupValue> valueArray(simpleArrayLookupTable, success, (const LookupValue*)&simpleArrayLookupTable->valueArray, LE_UNBOUNDED_ARRAY);
H A DSimpleArrayProcessor2.h53 LEReferenceToArrayOf<LookupValue> valueArray;
H A DTrimmedArrayProcessor2.h55 LEReferenceToArrayOf<LookupValue> valueArray;
H A DSimpleArrayProcessor2.cpp30 valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &simpleArrayLookupTable->valueArray[0], LE_UNBOUNDED_ARRAY);
H A DStateTableProcessor2.cpp84 LookupValue classCode = classCodeOOB;
115 LookupValue classCode = classCodeOOB;
152 LookupValue classCode = classCodeOOB;
192 LookupValue classCode = classCodeOOB;
H A DTrimmedArrayProcessor2.cpp32 valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &trimmedArrayLookupTable->valueArray[0], LE_UNBOUNDED_ARRAY);
H A DContextualGlyphSubstProc2.cpp89 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable0, success, &lookupTable0->valueArray[0], LE_UNBOUNDED_ARRAY);
131 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], glyphCount);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp272 CPDF_Object* pAction = name_tree.LookupValue(index, csName);
281 CPDF_Object* pAction = name_tree.LookupValue(csName);
H A Ddoc_basic.cpp208 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, function in class:CPDF_NameTree
216 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const { function in class:CPDF_NameTree
225 CPDF_Object* pValue = LookupValue(sName);
483 pValue = numberTree.LookupValue(n);
H A Ddoc_tagged.cpp104 CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id));
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdoc.cpp349 CPDF_Object* pObject = nametree.LookupValue(bsName);
354 CPDF_Object* pTempObject = nametree.LookupValue(i, bsTemp);
362 CPDF_Object* pObject = nametree.LookupValue(wsName);
367 CPDF_Object* pTempObject = nametree.LookupValue(i, wsTemp);
/external/v8/src/crankshaft/
H A Dlithium.cc399 return HConstant::cast(graph_->LookupValue(operand->index()));
405 return graph_->LookupValue(operand->index())->representation();
H A Dlithium-allocator.cc672 HValue* instr = graph_->LookupValue(index);
1618 HValue* value = graph_->LookupValue(virtual_register);
1626 HValue* value = graph_->LookupValue(virtual_register);
H A Dhydrogen.h363 HValue* LookupValue(int id) const { function in class:v8::internal::final
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp459 CPDF_Object* CPDF_NumberTree::LookupValue(int num) { function in class:CPDF_NumberTree
/external/pdfium/core/include/fpdfdoc/
H A 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/
H A Dfpdf_parser.h853 CPDF_Object* LookupValue(int num);
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp1174 pDestObj = nameTree.LookupValue(index, bsName);

Completed in 118 milliseconds