Home
last modified time | relevance | path

Searched refs:toBeUnassigned (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java69 public static synchronized UnicodeSet contractUNASSIGNED(UnicodeSet toBeUnassigned) { in contractUNASSIGNED() argument
72 …UNASSIGNED = temp == null ? toBeUnassigned.freeze() : new UnicodeSet(temp).retainAll(toBeUnassigne… in contractUNASSIGNED()