Home
last modified time | relevance | path

Searched refs:USEARCH_OFF (Results 1 – 13 of 13) sorted by relevance

/external/cronet/third_party/icu/patches/
Dfix-bool-mix-use.patch231 - return (m_search_->isOverlap == true ? USEARCH_ON : USEARCH_OFF);
232 + return (m_search_->isOverlap ? USEARCH_ON : USEARCH_OFF);
235 - USEARCH_OFF);
236 + return (m_search_->isCanonicalMatch ? USEARCH_ON : USEARCH_OFF);
267 - USEARCH_OFF);
268 + return (strsrch->search->isOverlap ? USEARCH_ON : USEARCH_OFF);
271 - USEARCH_OFF);
272 + return (strsrch->search->isCanonicalMatch ? USEARCH_ON : USEARCH_OFF);
/external/cronet/third_party/icu/source/test/intltest/
Dsrchtest.cpp989 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, in TestOverlap()
1031 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestOverlap()
1033 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1370 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1378 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestGetSetAttribute()
1380 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1391 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) { in TestGetSetAttribute()
1399 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_OFF, status); in TestGetSetAttribute()
1401 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) { in TestGetSetAttribute()
1570 if (strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF || in TestReset()
[all …]
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp989 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF, in TestOverlap()
1031 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestOverlap()
1033 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1370 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1378 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status); in TestGetSetAttribute()
1380 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1391 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) { in TestGetSetAttribute()
1399 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_OFF, status); in TestGetSetAttribute()
1401 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) { in TestGetSetAttribute()
1570 if (strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF || in TestReset()
[all …]
/external/cronet/third_party/icu/source/test/cintltst/
Dusrchtst.c876 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF, in TestOverlap()
920 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap()
922 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1358 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1366 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestGetSetAttribute()
1368 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1381 USEARCH_OFF) { in TestGetSetAttribute()
1391 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_OFF, in TestGetSetAttribute()
1395 USEARCH_OFF) { in TestGetSetAttribute()
1627 if (usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF || in TestReset()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c876 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF, in TestOverlap()
920 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap()
922 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1358 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1366 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestGetSetAttribute()
1368 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1381 USEARCH_OFF) { in TestGetSetAttribute()
1391 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_OFF, in TestGetSetAttribute()
1395 USEARCH_OFF) { in TestGetSetAttribute()
1627 if (usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF || in TestReset()
[all …]
/external/icu/icu4c/source/i18n/
Dsearch.cpp84 return (m_search_->isOverlap == true ? USEARCH_ON : USEARCH_OFF); in getAttribute()
87 USEARCH_OFF); in getAttribute()
Dusearch.cpp823 USEARCH_OFF); in usearch_getAttribute()
826 USEARCH_OFF); in usearch_getAttribute()
/external/cronet/third_party/icu/source/i18n/
Dsearch.cpp84 return (m_search_->isOverlap ? USEARCH_ON : USEARCH_OFF); in getAttribute()
86 return (m_search_->isCanonicalMatch ? USEARCH_ON : USEARCH_OFF); in getAttribute()
Dusearch.cpp822 return (strsrch->search->isOverlap ? USEARCH_ON : USEARCH_OFF); in usearch_getAttribute()
824 return (strsrch->search->isCanonicalMatch ? USEARCH_ON : USEARCH_OFF); in usearch_getAttribute()
/external/icu/libicu/cts_headers/unicode/
Dusearch.h219 USEARCH_OFF, enumerator
/external/icu/libandroidicu/include/unicode/
Dusearch.h219 USEARCH_OFF, enumerator
/external/cronet/third_party/icu/source/i18n/unicode/
Dusearch.h219 USEARCH_OFF, enumerator
/external/icu/icu4c/source/i18n/unicode/
Dusearch.h219 USEARCH_OFF, enumerator