Searched refs:usearch_setAttribute (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 350 usearch_setAttribute(strsrch, USEARCH_ELEMENT_COMPARISON, search.elemCompare, &status); in assertEqualWithUStringSearch() 540 …usearch_setAttribute(strsrch, USEARCH_ELEMENT_COMPARISON, USEARCH_STANDARD_ELEMENT_COMPARISON, &st… in assertEqualWithUStringSearch() 592 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_ON, in assertCanonicalEqual() 631 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, canonical, in assertEqualWithAttribute() 633 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status); in assertEqualWithAttribute() 899 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestOverlap() 909 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestOverlap() 1345 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status); in TestGetSetAttribute() 1350 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status); in TestGetSetAttribute() 1355 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status); in TestGetSetAttribute() [all …]
|
/external/icu/icu4c/source/samples/strsrch/ |
D | strsrch.cpp | 245 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status); in processStringSearch() 248 usearch_setAttribute(search, USEARCH_CANONICAL_MATCH, USEARCH_ON, in processStringSearch()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | usearch.h | 411 U_STABLE void U_EXPORT2 usearch_setAttribute(UStringSearch *strsrch,
|
/external/icu/libandroidicu/include/unicode/ |
D | usearch.h | 411 U_STABLE void U_EXPORT2 usearch_setAttribute(UStringSearch *strsrch,
|
D | urename.h | 1592 #define usearch_setAttribute U_ICU_ENTRY_POINT_RENAME(usearch_setAttribute) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1592 #define usearch_setAttribute U_ICU_ENTRY_POINT_RENAME(usearch_setAttribute) macro
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 2835 U_CAPI void U_EXPORT2 usearch_setAttribute(UStringSearch *strsrch, in usearch_setAttribute() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2545 usearch_setAttribute(strsrch, attribute, value, status); in usearch_setAttribute_android()
|