Searched refs:USEARCH_DEFAULT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dusearch.h210 USEARCH_DEFAULT = -1, enumerator in enum:__anon982
402 * <tt>USEARCH_DEFAULT</tt> can be used for all attributes for resetting.
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dsearch.cpp96 return USEARCH_DEFAULT;
H A Dusearch.cpp2885 return USEARCH_DEFAULT;
2888 return USEARCH_DEFAULT;
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dusrchtst.c1330 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT ||
1332 USEARCH_DEFAULT) {
1334 "Attributes for NULL string search should be USEARCH_DEFAULT\n");
1343 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status);
1364 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_DEFAULT,
1391 usearch_setAttribute(strsrch, USEARCH_ATTRIBUTE_COUNT, USEARCH_DEFAULT,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsrchtest.cpp1365 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_DEFAULT, status);
1386 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_DEFAULT, status);
1407 strsrch->setAttribute(USEARCH_ATTRIBUTE_COUNT, USEARCH_DEFAULT, status);

Completed in 187 milliseconds