Home | History | Annotate | Download | only in i18n

Lines Matching defs:minCount

3624                 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3626 U_ASSERT(minCount>=0);
3627 U_ASSERT(maxCount>=minCount || maxCount==-1);
3630 if (minCount == 0) {
3645 int32_t minCount = (int32_t)pat[opValue+2];
3658 if (*pCounter >= minCount) {
3676 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3678 U_ASSERT(minCount>=0);
3679 U_ASSERT(maxCount>=minCount || maxCount==-1);
3682 if (minCount == 0) {
3698 int32_t minCount = (int32_t)pat[opValue+2];
3716 if (*pCounter < minCount) {
5296 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5298 U_ASSERT(minCount>=0);
5299 U_ASSERT(maxCount>=minCount || maxCount==-1);
5302 if (minCount == 0) {
5317 int32_t minCount = (int32_t)pat[opValue+2];
5330 if (*pCounter >= minCount) {
5348 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5350 U_ASSERT(minCount>=0);
5351 U_ASSERT(maxCount>=minCount || maxCount==-1);
5354 if (minCount == 0) {
5370 int32_t minCount = (int32_t)pat[opValue+2];
5388 if (*pCounter < minCount) {