Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp4038 uint32_t usetFlags = 0; in createSetForProperty() local
4056 usetFlags |= USET_CASE_INSENSITIVE; in createSetForProperty()
4058 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus); in createSetForProperty()
4122 set = new UnicodeSet(setExpr, usetFlags, NULL, *fStatus); in createSetForProperty()
4221 if (usetFlags & USET_CASE_INSENSITIVE) { in createSetForProperty()