Home | History | Annotate | Download | only in i18n

Lines Matching defs:minCount

3491                 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3493 U_ASSERT(minCount>=0);
3494 U_ASSERT(maxCount>=minCount || maxCount==-1);
3497 if (minCount == 0) {
3514 int32_t minCount = (int32_t)pat[opValue+2];
3521 if (*pCounter >= minCount) {
3549 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3551 U_ASSERT(minCount>=0);
3552 U_ASSERT(maxCount>=minCount || maxCount==-1);
3558 if (minCount == 0) {
3574 int32_t minCount = (int32_t)pat[opValue+2];
3586 if (*pCounter < minCount) {
4965 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
4967 U_ASSERT(minCount>=0);
4968 U_ASSERT(maxCount>=minCount || maxCount==-1);
4971 if (minCount == 0) {
4988 int32_t minCount = (int32_t)pat[opValue+2];
4995 if (*pCounter >= minCount) {
5023 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5025 U_ASSERT(minCount>=0);
5026 U_ASSERT(maxCount>=minCount || maxCount==-1);
5032 if (minCount == 0) {
5048 int32_t minCount = (int32_t)pat[opValue+2];
5060 if (*pCounter < minCount) {