Searched refs:USEARCH_OVERLAP (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | srchtest.cpp | 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() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 441 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON); in assertEqualWithUStringSearch() 631 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); in assertEqualWithAttribute() 897 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestOverlap() 899 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlap() 907 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap() 909 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap() 1330 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT || in TestGetSetAttribute() 1343 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status); in TestGetSetAttribute() 1345 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute() 1348 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestGetSetAttribute() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | search.cpp | 55 case USEARCH_OVERLAP : in setAttribute() 81 case USEARCH_OVERLAP : in getAttribute()
|
D | usearch.cpp | 2841 case USEARCH_OVERLAP : in usearch_setAttribute() 2871 case USEARCH_OVERLAP : in usearch_getAttribute()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | usearch.h | 166 USEARCH_OVERLAP = 0, enumerator
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 240 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status); in processStringSearch()
|