Searched refs:normalSet (Results 1 – 3 of 3) sorted by relevance
139 public UnicodeSetWithStrings(final UnicodeSet normalSet) { in UnicodeSetWithStrings() argument140 set = normalSet; in UnicodeSetWithStrings()141 setStrings = normalSet.strings(); in UnicodeSetWithStrings()
143 public UnicodeSetWithStrings(final UnicodeSet normalSet) { in UnicodeSetWithStrings() argument144 set = normalSet; in UnicodeSetWithStrings()145 setStrings = normalSet.strings(); in UnicodeSetWithStrings()
2366 UnicodeSetWithStrings(const UnicodeSet &normalSet) : in UnicodeSetWithStrings() argument2367 set(normalSet), stringsLength(0), hasSurrogates(FALSE) { in UnicodeSetWithStrings()