Searched refs:createSetForProperty (Results 1 – 2 of 2) sorted by relevance
116 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
3921 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