Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h127 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
Dregexcmp.cpp4262 uset = createSetForProperty(propertyName, negated); in scanProp()
4341 uset = createSetForProperty(propName, negated); in scanPosixProp()
4374 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() function in RegexCompile