Lines Matching refs:USEARCH_OVERLAP
454 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON); in assertEqualWithUStringSearch()
644 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); in assertEqualWithAttribute()
910 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestOverlap()
912 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlap()
920 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap()
922 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1343 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT || in TestGetSetAttribute()
1356 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status); in TestGetSetAttribute()
1358 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1361 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestGetSetAttribute()
1363 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) { in TestGetSetAttribute()
1366 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestGetSetAttribute()
1368 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1371 usearch_setAttribute(strsrch, USEARCH_OVERLAP, in TestGetSetAttribute()
1618 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestReset()
1627 if (usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF || in TestReset()
2013 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestOverlapCanonical()
2015 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlapCanonical()
2023 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlapCanonical()
2025 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlapCanonical()