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 == -1) {
3502 } else if (maxCount == 0) {
3515 int32_t maxCount = (int32_t)pat[opValue+3];
3517 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3518 U_ASSERT(*pCounter == maxCount);
3522 if (maxCount == -1) {
3550 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3552 U_ASSERT(maxCount>=minCount || maxCount==-1);
3554 if (maxCount == -1) {
3559 if (maxCount != 0) {
3575 int32_t maxCount = (int32_t)pat[opValue+3];
3578 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3582 U_ASSERT(*pCounter == maxCount);
3595 if (maxCount == -1) {
4966 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
4968 U_ASSERT(maxCount>=minCount || maxCount==-1);
4974 if (maxCount == -1) {
4976 } else if (maxCount == 0) {
4989 int32_t maxCount = (int32_t)pat[opValue+3];
4991 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
4992 U_ASSERT(*pCounter == maxCount);
4996 if (maxCount == -1) {
5024 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
5026 U_ASSERT(maxCount>=minCount || maxCount==-1);
5028 if (maxCount == -1) {
5033 if (maxCount != 0) {
5049 int32_t maxCount = (int32_t)pat[opValue+3];
5052 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
5056 U_ASSERT(*pCounter == maxCount);
5069 if (maxCount == -1) {