Home | History | Annotate | Download | only in cintltst

Lines Matching refs:offsetIndex

1513         int            offsetIndex = 0;
1549 while (offsetIndex < size) {
1550 if (offsetIndex + 2 < size) {
1551 if (usearch_following(strsrch, search.offset[offsetIndex + 2] - 1,
1552 &status) != search.offset[offsetIndex + 2] ||
1555 search.offset[offsetIndex + 2] - 1);
1558 if (offsetIndex + 1 < size) {
1559 if (usearch_preceding(strsrch, search.offset[offsetIndex + 1] +
1560 search.size[offsetIndex + 1] + 1,
1561 &status) != search.offset[offsetIndex + 1] ||
1564 search.offset[offsetIndex + 1] + 1);
1567 offsetIndex += 2;