Lines Matching refs:matchindex

341     int32_t matchindex  = search.offset[count];
359 while (U_SUCCESS(status) && matchindex >= 0) {
362 if (matchindex != usearch_getMatchedStart(strsrch) ||
370 matchindex, matchlength);
378 usearch_getText(strsrch, &textlength) + matchindex,
383 matchindex = search.offset[count];
399 matchindex = search.offset[count];
401 while (U_SUCCESS(status) && matchindex >= 0) {
404 if (matchindex != usearch_getMatchedStart(strsrch) ||
412 matchindex, matchlength);
419 usearch_getText(strsrch, &textlength) + matchindex,
424 matchindex = count > 0 ? search.offset[count - 1] : -1;
445 matchindex = search.offset[count];
451 if (matchindex < 0) {
468 if (usearch_getMatchedStart(strsrch) != matchindex
478 matchindex, matchlength);
489 matchindex = search.offset[count];
518 matchindex = search.offset[count];
520 if (usearch_getMatchedStart(strsrch) != matchindex
530 matchindex, matchlength);
534 nextStart = matchindex;
1245 int32_t matchindex = search.offset[count];
1255 while (U_SUCCESS(status) && matchindex >= 0) {
1258 if (matchindex != usearch_getMatchedStart(strsrch) ||
1270 usearch_setOffset(strsrch, matchindex + matchlength, &status);
1272 if (matchindex != usearch_getMatchedStart(strsrch) ||
1284 usearch_setOffset(strsrch, matchindex + matchlength, &status);
1285 matchindex = search.offset[count + 1] == -1 ? -1 :
1408 int32_t matchindex = search.offset[count];
1437 while (U_SUCCESS(status) && matchindex >= 0) {
1440 if (matchindex != usearch_getMatchedStart(strsrch) ||
1478 usearch_getText(strsrch, &textlength) + matchindex,
1484 matchindex = search.offset[count];
2300 int32_t matchindex = search.offset[count];
2313 while (U_SUCCESS(status) && matchindex >= 0) {
2316 if (matchindex != usearch_getMatchedStart(strsrch) ||
2328 matchindex = search.offset[count + 1] == -1 ? -1 :