Home | History | Annotate | Download | only in i18n

Lines Matching defs:maxCount

3625                 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3627 U_ASSERT(maxCount>=minCount || maxCount==-1);
3633 if (maxCount == 0) {
3646 int32_t maxCount = (int32_t)pat[opValue+3];
3654 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
3655 U_ASSERT(*pCounter == maxCount || maxCount == -1);
3677 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
3679 U_ASSERT(maxCount>=minCount || maxCount==-1);
3683 if (maxCount != 0) {
3699 int32_t maxCount = (int32_t)pat[opValue+3];
3708 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
3712 U_ASSERT(*pCounter == maxCount || maxCount == -1);
5297 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
5299 U_ASSERT(maxCount>=minCount || maxCount==-1);
5305 if (maxCount == 0) {
5318 int32_t maxCount = (int32_t)pat[opValue+3];
5326 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
5327 U_ASSERT(*pCounter == maxCount || maxCount == -1);
5349 int32_t maxCount = (int32_t)pat[instrOperandLoc+2];
5351 U_ASSERT(maxCount>=minCount || maxCount==-1);
5355 if (maxCount != 0) {
5371 int32_t maxCount = (int32_t)pat[opValue+3];
5380 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
5384 U_ASSERT(*pCounter == maxCount || maxCount == -1);