Searched refs:starterChars (Results 1 – 2 of 2) sorted by relevance
130 static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars);
2565 void RegexCompile::findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars) { in findCaseInsensitiveStarters() argument2612 starterChars->clear(); in findCaseInsensitiveStarters()2615 starterChars->set(caseFoldedC, caseFoldedC); in findCaseInsensitiveStarters()2628 starterChars->add(cpToAdd); in findCaseInsensitiveStarters()2632 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()2633 starterChars->removeAllStrings(); in findCaseInsensitiveStarters()2636 starterChars->set(c, c); in findCaseInsensitiveStarters()