Home | History | Annotate | Download | only in i18n

Lines Matching refs:mLimit

3837     int32_t  mLimit = -1;
3976 mLimit = maxLimit;
3981 mLimit = nba;
3987 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
3993 if (mLimit > maxLimit) {
3997 if (isBreakBoundary(strsrch, mLimit)) {
4001 if (! checkIdentical(strsrch, mStart, mLimit)) {
4024 mLimit = -1;
4033 *matchLimit = mLimit;
4111 int32_t mLimit = -1;
4209 mLimit = maxLimit;
4214 mLimit = nba;
4220 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4226 if (mLimit > maxLimit) {
4231 if (isBreakBoundary(strsrch, mLimit)) {
4235 if (! checkIdentical(strsrch, mStart, mLimit)) {
4258 mLimit = -1;
4267 *matchLimit = mLimit;