Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitPathType.java61 public final ImmutableMultimap<String,String> sampleComposedShortUnitIds; field in UnitPathType
65 this.sampleComposedShortUnitIds = sampleComposedLongUnits; in UnitPathType()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckUnits.java118 for (String shortUnitId : pathType.sampleComposedShortUnitIds.get(idType)) { in handleCheck()