Searched refs:USEARCH_OVERLAP (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);
602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
1017 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status);
1019 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) {
1028 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status);
1030 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) {
1365 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_DEFAULT, status);
1367 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) {
1370 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status);
1372 strsrch->getAttribute(USEARCH_OVERLAP) !
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dusearch.h170 USEARCH_OVERLAP = 0, enumerator in enum:__anon981
212 * Value for USEARCH_OVERLAP and USEARCH_CANONICAL_MATCH
217 * Value for USEARCH_OVERLAP and USEARCH_CANONICAL_MATCH
696 * When <tt>USEARCH_OVERLAP</tt> option is off, the last index of the
775 * The UStringSearch options USEARCH_CANONICAL_MATCH, USEARCH_OVERLAP and
835 * The UStringSearch options USEARCH_CANONICAL_MATCH, USEARCH_OVERLAP and
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dusrchtst.c441 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON);
631 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
897 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
899 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
907 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
909 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1330 if (usearch_getAttribute(NULL, USEARCH_OVERLAP) != USEARCH_DEFAULT ||
1343 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_DEFAULT, &status);
1345 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1348 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_O
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dsearch.cpp55 case USEARCH_OVERLAP :
81 case USEARCH_OVERLAP :
H A Dusearch.cpp2839 case USEARCH_OVERLAP :
2869 case USEARCH_OVERLAP :
/macosx-10.10.1/ICU-531.30/icuSources/samples/strsrch/
H A Dstrsrch.cpp240 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status);

Completed in 188 milliseconds