Searched refs:USEARCH_ON (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsrchtest.cpp359 UBool isOverlap = (strsrch->getAttribute(USEARCH_OVERLAP) == USEARCH_ON);
549 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_ON, status);
987 USEARCH_ON)) {
1017 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status);
1019 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) {
1370 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status);
1372 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) {
1391 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_ON, status);
1393 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_ON) {
1559 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, statu
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dsearch.cpp56 m_search_->isOverlap = (value == USEARCH_ON ? TRUE : FALSE);
59 m_search_->isCanonicalMatch = (value == USEARCH_ON ? TRUE : FALSE);
82 return (m_search_->isOverlap == TRUE ? USEARCH_ON : USEARCH_OFF);
84 return (m_search_->isCanonicalMatch == TRUE ? USEARCH_ON :
H A Dusearch.cpp2840 strsrch->search->isOverlap = (value == USEARCH_ON ? TRUE : FALSE);
2843 strsrch->search->isCanonicalMatch = (value == USEARCH_ON ? TRUE :
2870 return (strsrch->search->isOverlap == TRUE ? USEARCH_ON :
2873 return (strsrch->search->isCanonicalMatch == TRUE ? USEARCH_ON :
/macosx-10.10.1/ICU-531.30/icuSources/samples/strsrch/
H A Dstrsrch.cpp240 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status);
243 usearch_setAttribute(search, USEARCH_CANONICAL_MATCH, USEARCH_ON,
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dusrchtst.c441 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON);
590 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_ON,
864 USEARCH_ON)) {
897 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
899 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
1348 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
1350 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
1371 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_ON,
1375 USEARCH_ON) {
1605 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON,
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dusearch.h175 * Note: Setting this option to USEARCH_ON currently has no effect on
220 USEARCH_ON, enumerator in enum:__anon982

Completed in 207 milliseconds