Home | History | Annotate | Download | only in i18n

Lines Matching refs:nba

4009                 int32_t nba = nextBoundaryAfter(strsrch, minLimit);
4010 if (nba >= lastCEI->highIndex) {
4011 mLimit = nba;
4249 int32_t nba = nextBoundaryAfter(strsrch, minLimit);
4251 if (nba >= lastCEI->highIndex) {
4252 mLimit = nba;
4272 int32_t nba = nextBoundaryAfter(strsrch, minLimit);
4273 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba : startIdx;