Searched refs:normalSet (Results 1 – 3 of 3) sorted by relevance
142 public UnicodeSetWithStrings(final UnicodeSet normalSet) { in UnicodeSetWithStrings() argument143 set = normalSet; in UnicodeSetWithStrings()144 setStrings = normalSet.strings(); in UnicodeSetWithStrings()
141 public UnicodeSetWithStrings(final UnicodeSet normalSet) { in UnicodeSetWithStrings() argument142 set = normalSet; in UnicodeSetWithStrings()143 setStrings = normalSet.strings(); in UnicodeSetWithStrings()
2369 UnicodeSetWithStrings(const UnicodeSet &normalSet) : in UnicodeSetWithStrings() argument2370 set(normalSet), stringsLength(0), hasSurrogates(FALSE) { in UnicodeSetWithStrings()