Home
last modified time | relevance | path

Searched refs:USET_CASE_INSENSITIVE (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Duniset_closure.cpp156 if (attribute & (USET_CASE_INSENSITIVE | USET_ADD_CASE_MAPPINGS)) { in closeOver()
172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver()
184 if (attribute & USET_CASE_INSENSITIVE) { in closeOver()
208 if (attribute & USET_CASE_INSENSITIVE) { in closeOver()
Duniset_props.cpp666 if ((options & USET_CASE_INSENSITIVE) != 0) { in applyPattern()
667 (this->*caseClosure)(USET_CASE_INSENSITIVE); in applyPattern()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2657 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2905 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4407 usetFlags |= USET_CASE_INSENSITIVE; in createSetForProperty()
4471 if (U_SUCCESS(status) && !set->isEmpty() && (usetFlags & USET_CASE_INSENSITIVE)) { in createSetForProperty()
4472 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4566 if (U_SUCCESS(status) && !set->isEmpty() && (usetFlags & USET_CASE_INSENSITIVE)) { in createSetForProperty()
4567 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4617 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/external/icu/libandroidicu/include/unicode/
Duset.h91 USET_CASE_INSENSITIVE = 2, enumerator
/external/icu/libicu/cts_headers/unicode/
Duset.h91 USET_CASE_INSENSITIVE = 2, enumerator
/external/icu/icu4c/source/common/unicode/
Duset.h91 USET_CASE_INSENSITIVE = 2, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c58 uset_closeOver(newSet,USET_CASE_INSENSITIVE); in createFlattenSet()
1180 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE; in TestExemplarSet()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1212 char CASE[] = {(char)USET_CASE_INSENSITIVE}; in TestCloseOver()
1370 s.applyPattern("[abc]", USET_CASE_INSENSITIVE, NULL, ec); in TestCloseOver()
1376 UnicodeSet v("[^abc]", USET_CASE_INSENSITIVE, NULL, ec); in TestCloseOver()
2288 frozen.closeOver(USET_CASE_INSENSITIVE); in TestFreezable()
Dregextst.cpp5654 s.closeOver(USET_CASE_INSENSITIVE); in TestCaseInsensitiveStarters()