Home | History | Annotate | Download | only in i18n

Lines Matching defs:mLimit

3850     int32_t  mLimit = -1;
3998 mLimit = maxLimit;
4007 mLimit = minLimit;
4011 mLimit = nba;
4018 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4024 if (mLimit > maxLimit) {
4028 if (!isBreakBoundary(strsrch, mLimit)) {
4032 if (! checkIdentical(strsrch, mStart, mLimit)) {
4055 mLimit = -1;
4064 *matchLimit = mLimit;
4141 int32_t mLimit = -1;
4244 mLimit = maxLimit = nextCEI->lowIndex;
4252 mLimit = nba;
4258 if (mLimit > maxLimit) {
4263 if (!isBreakBoundary(strsrch, mLimit)) {
4273 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba : startIdx;
4278 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4283 if (! checkIdentical(strsrch, mStart, mLimit)) {
4306 mLimit = -1;
4315 *matchLimit = mLimit;