Home | History | Annotate | Download | only in i18n

Lines Matching refs:mLimit

3881     int32_t  mLimit = -1;
4048 // * do NOT advance the candidate match limit (mLimit) to a break boundary; however
4050 // cases in which mLimit includes target characters that are ignorable with current
4057 mLimit = maxLimit;
4066 mLimit = minLimit;
4070 // case we want to set mLimit to nba regardless of allowMidclusterMatch
4071 // (i.e. we back off mLimit to the previous breakIterator boundary).
4073 mLimit = nba;
4080 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4087 if (mLimit > maxLimit) {
4091 if (!isBreakBoundary(strsrch, mLimit)) {
4096 if (! checkIdentical(strsrch, mStart, mLimit)) {
4119 mLimit = -1;
4128 *matchLimit = mLimit;
4205 int32_t mLimit = -1;
4308 mLimit = maxLimit = nextCEI->lowIndex;
4331 // * do NOT advance the candidate match limit (mLimit) to a break boundary; however
4333 // cases in which mLimit includes target characters that are ignorable with current
4343 // case we want to set mLimit to nba regardless of allowMidclusterMatch
4344 // (i.e. we back off mLimit to the previous breakIterator boundary).
4346 mLimit = nba;
4353 if (mLimit > maxLimit) {
4358 if (!isBreakBoundary(strsrch, mLimit)) {
4369 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba : startIdx;
4374 printf("minLimit, maxLimit, mLimit = %d, %d, %d\n", minLimit, maxLimit, mLimit);
4379 if (! checkIdentical(strsrch, mStart, mLimit)) {
4402 mLimit = -1;
4411 *matchLimit = mLimit;