Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java112 String shortUnit = uc.getShortId(longUnit);
215 final String shortUnit = uc.getShortId(longUnit); in writeSubcharts()
304 final String shortUnit = uc.getShortId(longUnit); in writeSubcharts()
361 final String shortUnit = uc.getShortId(longUnit); in writeSubcharts()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java2042 final String shortUnit = converter.getShortId(longUnit); in TestDerivedCase()
2107 final String shortId = converter.getShortId(parts.getAttributeValue(-2, "type")); in TestGenderOfCompounds()
/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java1440 public String getShortId(String longUnitId) { in getShortId() method in UnitConverter
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java614 final String shortUnitId = uc.getShortId(longUnitId); in handleFormatUnit()