Searched refs:pCounter (Results 1 – 2 of 2) sorted by relevance
3555 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local3558 (*pCounter)++; in MatchAt()3559 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()3560 U_ASSERT(*pCounter == maxCount); in MatchAt()3563 if (*pCounter >= minCount) { in MatchAt()3615 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local3619 (*pCounter)++; in MatchAt()3620 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()3624 U_ASSERT(*pCounter == maxCount); in MatchAt()3628 if (*pCounter < minCount) { in MatchAt()[all …]
33 IFDE_CSSValueList* pCounter = (IFDE_CSSValueList*)pList->GetValue(i); in DoUpdateIndex() local36 ((IFDE_CSSPrimitiveValue*)(pCounter->GetValue(0)))->GetString(iLen); in DoUpdateIndex()38 if (pCounter->CountValues() > 1) { in DoUpdateIndex()39 fValue = ((IFDE_CSSPrimitiveValue*)(pCounter->GetValue(1)))->GetFloat(); in DoUpdateIndex()