Home
last modified time | relevance | path

Searched refs:USET_CASE_INSENSITIVE (Results 1 – 10 of 10) 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.cpp2632 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2881 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4392 usetFlags |= USET_CASE_INSENSITIVE; in createSetForProperty()
4455 if (U_SUCCESS(status) && !set->isEmpty() && (usetFlags & USET_CASE_INSENSITIVE)) { in createSetForProperty()
4456 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4550 if (U_SUCCESS(status) && !set->isEmpty() && (usetFlags & USET_CASE_INSENSITIVE)) { in createSetForProperty()
4551 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4601 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/external/icu/libandroidicu/include/unicode/
Duset.h88 USET_CASE_INSENSITIVE = 2, enumerator
/external/icu/icu4c/source/common/unicode/
Duset.h88 USET_CASE_INSENSITIVE = 2, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c58 uset_closeOver(newSet,USET_CASE_INSENSITIVE); in createFlattenSet()
1175 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE; in TestExemplarSet()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1206 char CASE[] = {(char)USET_CASE_INSENSITIVE}; in TestCloseOver()
1364 s.applyPattern("[abc]", USET_CASE_INSENSITIVE, NULL, ec); in TestCloseOver()
1370 UnicodeSet v("[^abc]", USET_CASE_INSENSITIVE, NULL, ec); in TestCloseOver()
2282 frozen.closeOver(USET_CASE_INSENSITIVE); in TestFreezable()
Dregextst.cpp5608 s.closeOver(USET_CASE_INSENSITIVE); in TestCaseInsensitiveStarters()
/external/v8/src/regexp/
Dregexp-parser.cc1932 set.closeOver(USET_CASE_INSENSITIVE); in NeedsDesugaringForIgnoreCase()
Djsregexp.cc5060 set.closeOver(USET_CASE_INSENSITIVE); in AddUnicodeCaseEquivalents()