Home | History | Annotate | Download | only in i18n

Lines Matching refs:startIdx

2747 //                  startIdx:    begin matching a this index.
2751 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) {
2762 printf("MatchAt(startIdx=%ld)\n", startIdx);
2787 fp->fInputIdx = startIdx;
4282 fMatchStart = startIdx;
4311 // startIdx: begin matching a this index.
4315 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) {
4326 printf("MatchAt(startIdx=%d)\n", startIdx);
4353 fp->fInputIdx = startIdx;
5772 fMatchStart = startIdx;