Lines Matching refs:offsetIndex
1414 int offsetIndex = 0; in TestSetMatch() local
1450 while (offsetIndex < size) { in TestSetMatch()
1451 if (offsetIndex + 2 < size) { in TestSetMatch()
1452 if (usearch_following(strsrch, search.offset[offsetIndex + 2] - 1, in TestSetMatch()
1453 &status) != search.offset[offsetIndex + 2] || in TestSetMatch()
1456 search.offset[offsetIndex + 2] - 1); in TestSetMatch()
1459 if (offsetIndex + 1 < size) { in TestSetMatch()
1460 if (usearch_preceding(strsrch, search.offset[offsetIndex + 1] + in TestSetMatch()
1461 search.size[offsetIndex + 1] + 1, in TestSetMatch()
1462 &status) != search.offset[offsetIndex + 1] || in TestSetMatch()
1465 search.offset[offsetIndex + 1] + 1); in TestSetMatch()
1468 offsetIndex += 2; in TestSetMatch()