Lines Matching refs:matchindex
259 int32_t matchindex = search->offset[count];
275 while (U_SUCCESS(status) && matchindex >= 0) {
278 if (matchindex != strsrch->getMatchedStart() ||
286 matchindex, matchlength);
294 strsrch->getText().compareBetween(matchindex,
295 matchindex + matchlength,
301 matchindex = search->offset[count];
317 matchindex = search->offset[count];
318 while (U_SUCCESS(status) && matchindex >= 0) {
321 if (matchindex != strsrch->getMatchedStart() ||
329 matchindex, matchlength);
336 strsrch->getText().compareBetween(matchindex,
337 matchindex + matchlength,
343 matchindex = count > 0 ? search->offset[count - 1] : -1;
363 matchindex = search->offset[count];
369 if (matchindex < 0) {
386 if (strsrch->getMatchedStart() != matchindex
396 matchindex, matchlength);
407 matchindex = search->offset[count];
436 matchindex = search->offset[count];
438 if (strsrch->getMatchedStart() != matchindex
448 matchindex, matchlength);
452 nextStart = matchindex;
1309 int32_t matchindex = search.offset[count];
1310 while (U_SUCCESS(status) && matchindex >= 0) {
1313 if (matchindex != strsrch->getMatchedStart() ||
1324 matchindex = search.offset[count + 1] == -1 ? -1 :
1438 int32_t matchindex = search.offset[count];
1440 while (U_SUCCESS(status) && matchindex >= 0) {
1443 if (matchindex != strsrch->getMatchedStart() ||
1460 matchindex = search.offset[count];
2142 int32_t matchindex = search.offset[count];
2143 while (U_SUCCESS(status) && matchindex >= 0) {
2146 if (matchindex != strsrch->getMatchedStart() ||
2157 matchindex = search.offset[count + 1] == -1 ? -1 :