Home | History | Annotate | Download | only in i18n

Lines Matching defs:minCount

3665                 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3667 U_ASSERT(minCount>=0);
3668 U_ASSERT(maxCount>=minCount || maxCount==-1);
3671 if (minCount == 0) {
3686 int32_t minCount = (int32_t)pat[opValue+2];
3699 if (*pCounter >= minCount) {
3717 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3719 U_ASSERT(minCount>=0);
3720 U_ASSERT(maxCount>=minCount || maxCount==-1);
3723 if (minCount == 0) {
3739 int32_t minCount = (int32_t)pat[opValue+2];
3757 if (*pCounter < minCount) {
5337 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5339 U_ASSERT(minCount>=0);
5340 U_ASSERT(maxCount>=minCount || maxCount==-1);
5343 if (minCount == 0) {
5358 int32_t minCount = (int32_t)pat[opValue+2];
5371 if (*pCounter >= minCount) {
5389 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5391 U_ASSERT(minCount>=0);
5392 U_ASSERT(maxCount>=minCount || maxCount==-1);
5395 if (minCount == 0) {
5411 int32_t minCount = (int32_t)pat[opValue+2];
5429 if (*pCounter < minCount) {