HomeSort by relevance Sort by last modified time
    Searched refs:LookupValue (Results 1 - 19 of 19) sorted by null

  /external/icu/icu4c/source/layout/
LookupTables.h 30 typedef le_int16 LookupValue;
41 LookupValue value;
47 LookupValue value;
65 LookupValue valueArray[ANY_NUMBER];
91 LookupValue valueArray[ANY_NUMBER];
SimpleArrayProcessor2.h 53 LEReferenceToArrayOf<LookupValue> valueArray;
SimpleArrayProcessor.cpp 40 LEReferenceToArrayOf<LookupValue> valueArray(simpleArrayLookupTable, success, (const LookupValue*)&simpleArrayLookupTable->valueArray, LE_UNBOUNDED_ARRAY);
TrimmedArrayProcessor2.h 55 LEReferenceToArrayOf<LookupValue> valueArray;
SimpleArrayProcessor2.cpp 30 valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &simpleArrayLookupTable->valueArray[0], LE_UNBOUNDED_ARRAY);
StateTableProcessor2.cpp 84 LookupValue classCode = classCodeOOB;
115 LookupValue classCode = classCodeOOB;
152 LookupValue classCode = classCodeOOB;
192 LookupValue classCode = classCodeOOB;
TrimmedArrayProcessor2.cpp 32 valueArray = LEReferenceToArrayOf<LookupValue>(morphSubtableHeader, success, &trimmedArrayLookupTable->valueArray[0], LE_UNBOUNDED_ARRAY);
ContextualGlyphSubstProc2.cpp 89 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/
doc_action.cpp 272 CPDF_Object* pAction = name_tree.LookupValue(index, csName);
281 CPDF_Object* pAction = name_tree.LookupValue(csName);
doc_basic.cpp 208 CPDF_Object* CPDF_NameTree::LookupValue(int nIndex,
216 CPDF_Object* CPDF_NameTree::LookupValue(const CFX_ByteString& csName) const {
225 CPDF_Object* pValue = LookupValue(sName);
483 pValue = numberTree.LookupValue(n);
doc_tagged.cpp 104 CPDF_Array* pParentArray = ToArray(parent_tree.LookupValue(parents_id));
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 349 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/
lithium.cc 399 return HConstant::cast(graph_->LookupValue(operand->index()));
405 return graph_->LookupValue(operand->index())->representation();
lithium-allocator.cc 672 HValue* instr = graph_->LookupValue(index);
    [all...]
hydrogen.h 363 HValue* LookupValue(int id) const {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 459 CPDF_Object* CPDF_NumberTree::LookupValue(int num) {
  /external/pdfium/core/include/fpdfdoc/
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/
fpdf_parser.h 853 CPDF_Object* LookupValue(int num);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp     [all...]

Completed in 233 milliseconds