Searched refs:USET_CASE_INSENSITIVE (Results 1 – 10 of 10) sorted by relevance
156 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()
666 if ((options & USET_CASE_INSENSITIVE) != 0) { in applyPattern()667 (this->*caseClosure)(USET_CASE_INSENSITIVE); in applyPattern()
2632 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()
88 USET_CASE_INSENSITIVE = 2, enumerator
58 uset_closeOver(newSet,USET_CASE_INSENSITIVE); in createFlattenSet()1175 uint32_t option = (k==0) ? 0 : USET_CASE_INSENSITIVE; in TestExemplarSet()
1206 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()
5608 s.closeOver(USET_CASE_INSENSITIVE); in TestCaseInsensitiveStarters()
1932 set.closeOver(USET_CASE_INSENSITIVE); in NeedsDesugaringForIgnoreCase()
5060 set.closeOver(USET_CASE_INSENSITIVE); in AddUnicodeCaseEquivalents()