Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp570 int32_t iFoundCount, in ConditionArray() argument
605 if (iFoundCount == 1 && !iLen) in ConditionArray()
612 if (iFoundCount <= iIndex || iIndex < 0) { in ConditionArray()
615 m_pNodeHelper->m_iCreateCount = iIndex - iFoundCount + 1; in ConditionArray()
627 int32_t iFoundCount, in DoPredicateFilter() argument
629 ASSERT(iFoundCount == pdfium::CollectionSize<int32_t>(rnd.m_Objects)); in DoPredicateFilter()
641 for (int32_t i = iFoundCount - 1; i >= 0; i--) { in DoPredicateFilter()
667 int32_t iFoundCount = pdfium::CollectionSize<int32_t>(rnd.m_Objects); in FilterCondition() local
674 if (iFoundCount == 1) in FilterCondition()
677 if (iFoundCount <= iCurrIndex) { in FilterCondition()
[all …]
Dcfxjse_resolveprocessor.h65 int32_t iFoundCount,
69 int32_t iFoundCount,