Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitPathType.java60 public final Set<String> sampleShortUnitType; field in UnitPathType
64 this.sampleShortUnitType = Collections.singleton(sampleType); in UnitPathType()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java360 for (String unit : pathType.sampleShortUnitType) { in TestTranslationPaths()