Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java315 String actual = exampleGenerator.handleCompoundUnit( in checkCompoundUnits()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java338 result = handleCompoundUnit(getUnitLength(), Count.valueOf(count), value); in getExampleHtml()
583 public String handleCompoundUnit(UnitLength unitLength, Count count, String value) { in handleCompoundUnit() method in ExampleGenerator