Home | History | Annotate | Download | only in i18n

Lines Matching refs:mLimit

3777     int32_t  mLimit = -1;
3861 mLimit = maxLimit;
3866 mLimit = nba;
3872 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
3878 if (mLimit > maxLimit) {
3882 if (isBreakBoundary(strsrch, mLimit)) {
3886 if (! checkIdentical(strsrch, mStart, mLimit)) {
3909 mLimit = -1;
3918 *matchLimit = mLimit;
3996 int32_t mLimit = -1;
4079 mLimit = maxLimit;
4084 mLimit = nba;
4090 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4096 if (mLimit > maxLimit) {
4101 if (isBreakBoundary(strsrch, mLimit)) {
4105 if (! checkIdentical(strsrch, mStart, mLimit)) {
4128 mLimit = -1;
4137 *matchLimit = mLimit;