Home | History | Annotate | Download | only in i18n

Lines Matching defs:mLimit

3857     int32_t  mLimit = -1;
4005 mLimit = maxLimit;
4014 mLimit = minLimit;
4018 mLimit = nba;
4025 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4031 if (mLimit > maxLimit) {
4035 if (!isBreakBoundary(strsrch, mLimit)) {
4039 if (! checkIdentical(strsrch, mStart, mLimit)) {
4062 mLimit = -1;
4071 *matchLimit = mLimit;
4148 int32_t mLimit = -1;
4251 mLimit = maxLimit = nextCEI->lowIndex;
4259 mLimit = nba;
4265 if (mLimit > maxLimit) {
4270 if (!isBreakBoundary(strsrch, mLimit)) {
4280 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba : startIdx;
4285 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4290 if (! checkIdentical(strsrch, mStart, mLimit)) {
4313 mLimit = -1;
4322 *matchLimit = mLimit;