Home | History | Annotate | Download | only in i18n

Lines Matching refs:minCount

3527                 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3529 U_ASSERT(minCount>=0);
3530 U_ASSERT(maxCount>=minCount || maxCount==-1);
3533 if (minCount == 0) {
3550 int32_t minCount = (int32_t)pat[opValue+2];
3557 if (*pCounter >= minCount) {
3570 // Increment time-out counter. (StateSave() does it if count >= minCount)
3592 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3594 U_ASSERT(minCount>=0);
3595 U_ASSERT(maxCount>=minCount || maxCount==-1);
3601 if (minCount == 0) {
3617 int32_t minCount = (int32_t)pat[opValue+2];
3629 if (*pCounter < minCount) {
3633 // Increment time-out counter. (StateSave() does it if count >= minCount)
5072 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5074 U_ASSERT(minCount>=0);
5075 U_ASSERT(maxCount>=minCount || maxCount==-1);
5078 if (minCount == 0) {
5095 int32_t minCount = (int32_t)pat[opValue+2];
5102 if (*pCounter >= minCount) {
5115 // Increment time-out counter. (StateSave() does it if count >= minCount)
5136 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5138 U_ASSERT(minCount>=0);
5139 U_ASSERT(maxCount>=minCount || maxCount==-1);
5145 if (minCount == 0) {
5161 int32_t minCount = (int32_t)pat[opValue+2];
5173 if (*pCounter < minCount) {