Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java222 Set<String> systems = uc.getSystems(shortUnit); in writeSubcharts()
309 Set<String> systems = uc.getSystems(shortUnit); in writeSubcharts()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1031 Set<String> systems = converter.getSystems(unit); in TestEnglishSystems()
1284 systems.addAll(converter.getSystems(unit)); in checkUnitPreferences()
/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java1250 public Set<String> getSystems(String unit) { in getSystems() method in UnitConverter