Home
last modified time | relevance | path

Searched refs:USEARCH_OVERLAP (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp362 UBool isOverlap = (strsrch->getAttribute(USEARCH_OVERLAP) == USEARCH_ON); in assertEqualWithStringSearch()
605 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); in assertEqualWithAttribute()
1020 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status); in TestOverlap()
1022 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlap()
1031 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestOverlap()
1033 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1368 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_DEFAULT, status); in TestGetSetAttribute()
1370 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1373 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status); in TestGetSetAttribute()
1375 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) { in TestGetSetAttribute()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c443 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON); in assertEqualWithUStringSearch()
633 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); in assertEqualWithAttribute()
899 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestOverlap()
901 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlap()
909 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap()
911 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1332 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT || in TestGetSetAttribute()
1345 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status); in TestGetSetAttribute()
1347 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1350 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestGetSetAttribute()
[all …]
/external/icu/icu4c/source/i18n/
Dsearch.cpp57 case USEARCH_OVERLAP : in setAttribute()
83 case USEARCH_OVERLAP : in getAttribute()
Dusearch.cpp2843 case USEARCH_OVERLAP : in usearch_setAttribute()
2873 case USEARCH_OVERLAP : in usearch_getAttribute()
/external/icu/icu4c/source/i18n/unicode/
Dusearch.h168 USEARCH_OVERLAP = 0, enumerator
/external/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp245 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status); in processStringSearch()