Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java76 public static synchronized int getSAMPLE_UNASSIGNED() { in getSAMPLE_UNASSIGNED() method in UnicodeProperty
94 .add(getSAMPLE_UNASSIGNED()) in getSTUFF_TO_TEST()
1439 if (uniformUnassigned && result.contains(UnicodeProperty.getSAMPLE_UNASSIGNED())) { in addUntested()
1468 … if (uniformUnassigned && null != (temp = result.get(UnicodeProperty.getSAMPLE_UNASSIGNED()))) { in addUntested()
1499 String defaultValue = getValue(getSAMPLE_UNASSIGNED()); in isDefault()