Searched refs:USEARCH_OFF (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | srchtest.cpp | 986 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, in TestOverlap() 1028 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestOverlap() 1030 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap() 1367 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute() 1375 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestGetSetAttribute() 1377 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute() 1388 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) { in TestGetSetAttribute() 1396 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_OFF, status); in TestGetSetAttribute() 1398 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) { in TestGetSetAttribute() 1567 if (strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF || in TestReset() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 863 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF, in TestOverlap() 907 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap() 909 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap() 1345 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute() 1353 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestGetSetAttribute() 1355 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute() 1368 USEARCH_OFF) { in TestGetSetAttribute() 1378 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_OFF, in TestGetSetAttribute() 1382 USEARCH_OFF) { in TestGetSetAttribute() 1614 if (usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF || in TestReset() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | search.cpp | 82 return (m_search_->isOverlap == TRUE ? USEARCH_ON : USEARCH_OFF); in getAttribute() 85 USEARCH_OFF); in getAttribute()
|
D | usearch.cpp | 2873 USEARCH_OFF); in usearch_getAttribute() 2876 USEARCH_OFF); in usearch_getAttribute()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | usearch.h | 211 USEARCH_OFF, enumerator
|