Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/icu/icu4c/source/test/cintltst/
Dusrchtst.c454 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON); in assertEqualWithUStringSearch()
644 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); in assertEqualWithAttribute()
910 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestOverlap()
912 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) { in TestOverlap()
920 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap()
922 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestOverlap()
1343 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT || in TestGetSetAttribute()
1356 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status); in TestGetSetAttribute()
1358 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) { in TestGetSetAttribute()
1361 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestGetSetAttribute()
[all …]
/third_party/icu/icu4c/source/i18n/
Dsearch.cpp57 case USEARCH_OVERLAP : in setAttribute()
83 case USEARCH_OVERLAP : in getAttribute()
Dusearch.cpp791 case USEARCH_OVERLAP : in usearch_setAttribute()
821 case USEARCH_OVERLAP : in usearch_getAttribute()
/third_party/node/deps/icu-small/source/i18n/
Dsearch.cpp57 case USEARCH_OVERLAP : in setAttribute()
83 case USEARCH_OVERLAP : in getAttribute()
Dusearch.cpp791 case USEARCH_OVERLAP : in usearch_setAttribute()
821 case USEARCH_OVERLAP : in usearch_getAttribute()
/third_party/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dusearch.h172 USEARCH_OVERLAP = 0, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dusearch.h171 USEARCH_OVERLAP = 0, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dusearch.h172 USEARCH_OVERLAP = 0, enumerator
/third_party/icu/icu4c/source/samples/strsrch/
Dstrsrch.cpp245 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status); in processStringSearch()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
Dstrsrch.cpp245 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status); in processStringSearch()