Lines Matching refs:USEARCH_OVERLAP

359     UBool isOverlap = (strsrch->getAttribute(USEARCH_OVERLAP) == USEARCH_ON);  in assertEqualWithStringSearch()
602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); in assertEqualWithAttribute()
1017 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status); in TestOverlap()
1019 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlap()
1028 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestOverlap()
1030 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1365 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_DEFAULT, status); in TestGetSetAttribute()
1367 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1370 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status); in TestGetSetAttribute()
1372 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) { in TestGetSetAttribute()
1375 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestGetSetAttribute()
1377 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1380 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ATTRIBUTE_VALUE_COUNT, in TestGetSetAttribute()
1559 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status); in TestReset()
1567 if (strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF || in TestReset()
1873 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status); in TestOverlapCanonical()
1875 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlapCanonical()
1883 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestOverlapCanonical()
1885 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlapCanonical()