Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3499 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local
3502 (*pCounter)++; in MatchAt()
3503 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()
3504 U_ASSERT(*pCounter == maxCount); in MatchAt()
3507 if (*pCounter >= minCount) { in MatchAt()
3566 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local
3570 (*pCounter)++; in MatchAt()
3571 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()
3575 U_ASSERT(*pCounter == maxCount); in MatchAt()
3579 if (*pCounter < minCount) { in MatchAt()
[all …]