Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3555 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local
3558 (*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() local
3619 (*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 …]
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.cpp33 IFDE_CSSValueList* pCounter = (IFDE_CSSValueList*)pList->GetValue(i); in DoUpdateIndex() local
36 ((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()