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) {
3512 int32_t minCount = (int32_t)pat[opValue+2];
3525 if (*pCounter >= minCount) {
3543 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3545 U_ASSERT(minCount>=0);
3546 U_ASSERT(maxCount>=minCount || maxCount==-1);
3549 if (minCount == 0) {
3565 int32_t minCount = (int32_t)pat[opValue+2];
3583 if (*pCounter < minCount) {
4950 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
4952 U_ASSERT(minCount>=0);
4953 U_ASSERT(maxCount>=minCount || maxCount==-1);
4956 if (minCount == 0) {
4971 int32_t minCount = (int32_t)pat[opValue+2];
4984 if (*pCounter >= minCount) {
5002 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
5004 U_ASSERT(minCount>=0);
5005 U_ASSERT(maxCount>=minCount || maxCount==-1);
5008 if (minCount == 0) {
5024 int32_t minCount = (int32_t)pat[opValue+2];
5042 if (*pCounter < minCount) {