/external/cronet/third_party/icu/patches/ |
D | fix-bool-mix-use.patch | 231 - 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/ |
D | srchtest.cpp | 989 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/ |
D | srchtest.cpp | 989 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/ |
D | usrchtst.c | 876 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/ |
D | usrchtst.c | 876 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/ |
D | search.cpp | 84 return (m_search_->isOverlap == true ? USEARCH_ON : USEARCH_OFF); in getAttribute() 87 USEARCH_OFF); in getAttribute()
|
D | usearch.cpp | 823 USEARCH_OFF); in usearch_getAttribute() 826 USEARCH_OFF); in usearch_getAttribute()
|
/external/cronet/third_party/icu/source/i18n/ |
D | search.cpp | 84 return (m_search_->isOverlap ? USEARCH_ON : USEARCH_OFF); in getAttribute() 86 return (m_search_->isCanonicalMatch ? USEARCH_ON : USEARCH_OFF); in getAttribute()
|
D | usearch.cpp | 822 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/ |
D | usearch.h | 219 USEARCH_OFF, enumerator
|
/external/icu/libandroidicu/include/unicode/ |
D | usearch.h | 219 USEARCH_OFF, enumerator
|
/external/cronet/third_party/icu/source/i18n/unicode/ |
D | usearch.h | 219 USEARCH_OFF, enumerator
|
/external/icu/icu4c/source/i18n/unicode/ |
D | usearch.h | 219 USEARCH_OFF, enumerator
|