Home | History | Annotate | Download | only in i18n

Lines Matching defs:maxCount

3449                 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3451 U_ASSERT(maxCount>=minCount || maxCount==-1);
3457 if (maxCount == -1) {
3459 } else if (maxCount == 0) {
3472 int32_t maxCount = (int32_t)pat[opValue+3];
3474 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3475 U_ASSERT(*pCounter == maxCount);
3479 if (maxCount == -1) {
3507 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3509 U_ASSERT(maxCount>=minCount || maxCount==-1);
3511 if (maxCount == -1) {
3516 if (maxCount != 0) {
3532 int32_t maxCount = (int32_t)pat[opValue+3];
3535 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3539 U_ASSERT(*pCounter == maxCount);
3552 if (maxCount == -1) {
4917 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
4919 U_ASSERT(maxCount>=minCount || maxCount==-1);
4925 if (maxCount == -1) {
4927 } else if (maxCount == 0) {
4940 int32_t maxCount = (int32_t)pat[opValue+3];
4942 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
4943 U_ASSERT(*pCounter == maxCount);
4947 if (maxCount == -1) {
4975 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
4977 U_ASSERT(maxCount>=minCount || maxCount==-1);
4979 if (maxCount == -1) {
4984 if (maxCount != 0) {
5000 int32_t maxCount = (int32_t)pat[opValue+3];
5003 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
5007 U_ASSERT(*pCounter == maxCount);
5020 if (maxCount == -1) {