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.cpp186 if (attribute & (USET_CASE_INSENSITIVE | USET_ADD_CASE_MAPPINGS)) { in closeOver()
203 if (attribute & USET_CASE_INSENSITIVE) { in closeOver()
216 if (attribute & USET_CASE_INSENSITIVE) { in closeOver()
240 if (attribute & USET_CASE_INSENSITIVE) { in closeOver()
Duniset_props.cpp813 if ((options & USET_CASE_INSENSITIVE) != 0) { in applyPattern()
814 (this->*caseClosure)(USET_CASE_INSENSITIVE); in applyPattern()
/external/icu/icu4c/source/common/unicode/
Duset.h84 USET_CASE_INSENSITIVE = 2, enumerator
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2631 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2870 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4398 usetFlags |= USET_CASE_INSENSITIVE; in createSetForProperty()
4563 if (usetFlags & USET_CASE_INSENSITIVE) { in createSetForProperty()
4564 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4604 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c57 uset_closeOver(newSet,USET_CASE_INSENSITIVE); in createFlattenSet()
1172 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE; in TestExemplarSet()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp1209 char CASE[] = {(char)USET_CASE_INSENSITIVE}; in TestCloseOver()
1367 s.applyPattern("[abc]", USET_CASE_INSENSITIVE, NULL, ec); in TestCloseOver()
1373 UnicodeSet v("[^abc]", USET_CASE_INSENSITIVE, NULL, ec); in TestCloseOver()
2285 frozen.closeOver(USET_CASE_INSENSITIVE); in TestFreezable()
Dregextst.cpp5669 s.closeOver(USET_CASE_INSENSITIVE); in TestCaseInsensitiveStarters()
/external/v8/src/regexp/
Dregexp-parser.cc1724 uset_closeOver(set, USET_CASE_INSENSITIVE); in NeedsDesugaringForIgnoreCase()
Djsregexp.cc5122 uset_closeOver(set, USET_CASE_INSENSITIVE); in AddUnicodeCaseEquivalents()