Home
last modified time | relevance | path

Searched refs:iFoundCount (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_resolveprocessor.cpp623 int32_t iFoundCount, in XFA_ResolveNode_ConditionArray() argument
666 if (iFoundCount == 1 && !iLen) { in XFA_ResolveNode_ConditionArray()
675 if (iFoundCount <= iIndex || iIndex < 0) { in XFA_ResolveNode_ConditionArray()
678 m_pNodeHelper->m_iCreateCount = iIndex - iFoundCount + 1; in XFA_ResolveNode_ConditionArray()
690 int32_t iFoundCount, in XFA_ResolveNode_DoPredicateFilter() argument
693 FXSYS_assert(iFoundCount == findNodes.GetSize()); in XFA_ResolveNode_DoPredicateFilter()
708 for (int32_t i = iFoundCount - 1; i >= 0; i--) { in XFA_ResolveNode_DoPredicateFilter()
739 int32_t iFoundCount = findNodes.GetSize(); in XFA_ResolveNode_FilterCondition() local
747 if (iFoundCount == 1) { in XFA_ResolveNode_FilterCondition()
750 if (iFoundCount <= iCurrIndex) { in XFA_ResolveNode_FilterCondition()
[all …]
Dxfa_script_resolveprocessor.h52 int32_t iFoundCount,
56 int32_t iFoundCount,