Searched refs:LookupValue (Results 1 - 18 of 18) 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_basic.cpp211 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex, CFX_ByteString& csName) const function in class:CPDF_NameTree
219 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const function in class:CPDF_NameTree
229 CPDF_Object* pValue = LookupValue(sName);
515 pValue = numberTree.LookupValue(n);
H A Ddoc_action.cpp341 CPDF_Object *pAction = name_tree.LookupValue(index, csName);
351 CPDF_Object *pAction = name_tree.LookupValue(csName);
H A Ddoc_tagged.cpp120 CPDF_Object* pParents = parent_tree.LookupValue(parents_id);
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Ddata.py79 def LookupValue(values, name, scope, kind): function
103 result = LookupValue(module.values, value[1], scope, kind)
/external/chromium_org/v8/src/
H A Dlithium.cc403 return HConstant::cast(graph_->LookupValue(operand->index()));
409 return graph_->LookupValue(operand->index())->representation();
H A Dlithium-allocator.cc672 HValue* instr = graph_->LookupValue(index);
1613 HValue* value = graph_->LookupValue(virtual_register);
1621 HValue* value = graph_->LookupValue(virtual_register);
H A Dhydrogen.h369 HValue* LookupValue(int id) const { function in class:v8::internal::FINAL
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp450 CPDF_Object* CPDF_NumberTree::LookupValue(int num) function in class:CPDF_NumberTree
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h56 CPDF_Object* LookupValue(int nIndex, CFX_ByteString& csName) const;
58 CPDF_Object* LookupValue(const CFX_ByteString& csName) const;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h847 CPDF_Object* LookupValue(int num);

Completed in 263 milliseconds