Home | History | Annotate | Download | only in i18n

Lines Matching refs:startIdx

3804                                        int32_t        startIdx,
3829 startIdx < 0 ||
3830 startIdx > strsrch->search->textLength ||
3840 ucol_setOffset(strsrch->textIter, startIdx, status);
4071 int32_t startIdx,
4096 startIdx < 0 ||
4097 startIdx > strsrch->search->textLength ||
4119 if (startIdx < strsrch->search->textLength) {
4121 int32_t next = ubrk_following(bi, startIdx);
4126 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4131 ucol_setOffset(strsrch->textIter, startIdx, status);
4273 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba : startIdx;