Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp4380 uint32_t usetFlags = 0; in createSetForProperty() local
4398 usetFlags |= USET_CASE_INSENSITIVE; in createSetForProperty()
4400 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus); in createSetForProperty()
4464 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus); in createSetForProperty()
4563 if (usetFlags & USET_CASE_INSENSITIVE) { in createSetForProperty()