Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
Dregexcmp.cpp3921 uset = createSetForProperty(propertyName, negated); in scanProp()
4000 uset = createSetForProperty(propName, negated); in scanPosixProp()
4035 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() function in RegexCompile