Home | History | Annotate | Download | only in i18n

Lines Matching defs:minCount

3448                 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3450 U_ASSERT(minCount>=0);
3451 U_ASSERT(maxCount>=minCount || maxCount==-1);
3454 if (minCount == 0) {
3471 int32_t minCount = (int32_t)pat[opValue+2];
3478 if (*pCounter >= minCount) {
3506 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
3508 U_ASSERT(minCount>=0);
3509 U_ASSERT(maxCount>=minCount || maxCount==-1);
3515 if (minCount == 0) {
3531 int32_t minCount = (int32_t)pat[opValue+2];
3543 if (*pCounter < minCount) {
4916 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
4918 U_ASSERT(minCount>=0);
4919 U_ASSERT(maxCount>=minCount || maxCount==-1);
4922 if (minCount == 0) {
4939 int32_t minCount = (int32_t)pat[opValue+2];
4946 if (*pCounter >= minCount) {
4974 int32_t minCount = (int32_t)pat[instrOperandLoc+1];
4976 U_ASSERT(minCount>=0);
4977 U_ASSERT(maxCount>=minCount || maxCount==-1);
4983 if (minCount == 0) {
4999 int32_t minCount = (int32_t)pat[opValue+2];
5011 if (*pCounter < minCount) {