Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_resolveprocessor.cpp612 int32_t iFoundCount, in ConditionArray() argument
655 if (iFoundCount == 1 && !iLen) { in ConditionArray()
664 if (iFoundCount <= iIndex || iIndex < 0) { in ConditionArray()
667 m_pNodeHelper->m_iCreateCount = iIndex - iFoundCount + 1; in ConditionArray()
678 int32_t iFoundCount, in DoPredicateFilter() argument
681 ASSERT(iFoundCount == findNodes.GetSize()); in DoPredicateFilter()
694 for (int32_t i = iFoundCount - 1; i >= 0; i--) { in DoPredicateFilter()
724 int32_t iFoundCount = findNodes.GetSize(); in FilterCondition() local
732 if (iFoundCount == 1) { in FilterCondition()
735 if (iFoundCount <= iCurrIndex) { in FilterCondition()
[all …]
Dcxfa_resolveprocessor.h68 int32_t iFoundCount,
72 int32_t iFoundCount,