Home | History | Annotate | Download | only in cintltst

Lines Matching defs:offsetIndex

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