Searched refs:normalSet (Results 1 – 3 of 3) sorted by relevance
144 public UnicodeSetWithStrings(final UnicodeSet normalSet) { in UnicodeSetWithStrings() argument145 set = normalSet; in UnicodeSetWithStrings()146 setStrings = normalSet.strings(); in UnicodeSetWithStrings()
147 public UnicodeSetWithStrings(final UnicodeSet normalSet) { in UnicodeSetWithStrings() argument148 set = normalSet; in UnicodeSetWithStrings()149 setStrings = normalSet.strings(); in UnicodeSetWithStrings()
2366 UnicodeSetWithStrings(const UnicodeSet &normalSet) : in UnicodeSetWithStrings() argument2367 set(normalSet), stringsLength(0), hasSurrogates(FALSE) { in UnicodeSetWithStrings()