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

/external/icu4c/i18n/unicode/
H A Dusearch.h161 * The default value will be USEARCH_OFF
181 USEARCH_OFF, enumerator in enum:__anon6527
/external/webkit/Source/WebCore/icu/unicode/
H A Dusearch.h157 The default value will be USEARCH_OFF
170 USEARCH_OFF, enumerator in enum:__anon15203
/external/icu4c/test/intltest/
H A Dsrchtest.cpp986 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF,
1028 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status);
1030 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) {
1367 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) {
1375 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status);
1377 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) {
1388 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) {
1396 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_OFF, status);
1398 strsrch->getAttribute(USEARCH_CANONICAL_MATCH) != USEARCH_OFF) {
1567 if (strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF ||
[all...]
/external/icu4c/i18n/
H A Dsearch.cpp82 return (m_search_->isOverlap == TRUE ? USEARCH_ON : USEARCH_OFF);
85 USEARCH_OFF);
H A Dusearch.cpp2864 USEARCH_OFF);
2867 USEARCH_OFF);
/external/icu4c/test/cintltst/
H A Dusrchtst.c863 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF,
907 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
909 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1345 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1353 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
1355 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
1368 USEARCH_OFF) {
1378 usearch_setAttribute(strsrch, USEARCH_CANONICAL_MATCH, USEARCH_OFF,
1382 USEARCH_OFF) {
1614 if (usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF ||
[all...]

Completed in 162 milliseconds