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