Searched refs:starterChars (Results 1 – 2 of 2) sorted by relevance
130 static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars);
2564 void RegexCompile::findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars) { in findCaseInsensitiveStarters() argument2611 starterChars->clear(); in findCaseInsensitiveStarters()2614 starterChars->set(caseFoldedC, caseFoldedC); in findCaseInsensitiveStarters()2627 starterChars->add(cpToAdd); in findCaseInsensitiveStarters()2631 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()2632 starterChars->removeAllStrings(); in findCaseInsensitiveStarters()2635 starterChars->set(c, c); in findCaseInsensitiveStarters()