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