Home | History | Annotate | Download | only in i18n

Lines Matching defs:maxCount

3492                 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3494 U_ASSERT(maxCount>=minCount || maxCount==-1);
3500 if (maxCount == 0) {
3513 int32_t maxCount = (int32_t)pat[opValue+3];
3521 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
3522 U_ASSERT(*pCounter == maxCount || maxCount == -1);
3544 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3546 U_ASSERT(maxCount>=minCount || maxCount==-1);
3550 if (maxCount != 0) {
3566 int32_t maxCount = (int32_t)pat[opValue+3];
3575 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
3579 U_ASSERT(*pCounter == maxCount || maxCount == -1);
4951 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
4953 U_ASSERT(maxCount>=minCount || maxCount==-1);
4959 if (maxCount == 0) {
4972 int32_t maxCount = (int32_t)pat[opValue+3];
4980 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
4981 U_ASSERT(*pCounter == maxCount || maxCount == -1);
5003 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
5005 U_ASSERT(maxCount>=minCount || maxCount==-1);
5009 if (maxCount != 0) {
5025 int32_t maxCount = (int32_t)pat[opValue+3];
5034 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
5038 U_ASSERT(*pCounter == maxCount || maxCount == -1);