Home | History | Annotate | Download | only in i18n

Lines Matching refs:startIdx

3837                                        int32_t        startIdx,
3862 startIdx < 0 ||
3863 startIdx > strsrch->search->textLength ||
3873 ucol_setOffset(strsrch->textIter, startIdx, status);
4137 int32_t startIdx,
4162 startIdx < 0 ||
4163 startIdx > strsrch->search->textLength ||
4185 if (startIdx < strsrch->search->textLength) {
4187 int32_t next = ubrk_following(bi, startIdx);
4192 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4197 ucol_setOffset(strsrch->textIter, startIdx, status);
4371 mLimit = maxLimit = (nba > 0) && (startIdx > nba) ? nba : startIdx;