Searched refs:createSetForProperty (Results 1 – 2 of 2) sorted by relevance
127 UnicodeSet *createSetForProperty(const UnicodeString &propName, UBool negated);
4263 uset = createSetForProperty(propertyName, negated); in scanProp()4342 uset = createSetForProperty(propName, negated); in scanPosixProp()4377 UnicodeSet *RegexCompile::createSetForProperty(const UnicodeString &propName, UBool negated) { in createSetForProperty() function in RegexCompile