Home
last modified time | relevance | path

Searched refs:starterChars (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h130 static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars);
Dregexcmp.cpp2591 void RegexCompile::findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars) { in findCaseInsensitiveStarters() argument
2640 starterChars->set(caseFoldedC, caseFoldedC); in findCaseInsensitiveStarters()
2653 starterChars->add(cpToAdd); in findCaseInsensitiveStarters()
2657 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2658 starterChars->removeAllStrings(); in findCaseInsensitiveStarters()
2661 starterChars->set(c, c); in findCaseInsensitiveStarters()
/external/icu/libicu/cts_headers/
Dregexcmp.h130 static void U_EXPORT2 findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars);