Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp4065 uint32_t usetFlags = 0; in createSetForProperty() local
4083 usetFlags |= USET_CASE_INSENSITIVE; in createSetForProperty()
4085 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus); in createSetForProperty()
4149 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus); in createSetForProperty()
4248 if (usetFlags & USET_CASE_INSENSITIVE) { in createSetForProperty()