Home
last modified time | relevance | path

Searched defs:showYourWork (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java510 … ConversionInfo parseUnitId (String derivedUnit, Output<String> metricUnit, boolean showYourWork) { in parseUnitId()
1196 public String getQuantityFromUnit(String unit, boolean showYourWork) { in getQuantityFromUnit()
1318 …l convert(Rational sourceValue, String sourceUnit, final String targetUnit, boolean showYourWork) { in convert()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1658 private Rational showDelta(String firstUnit, String secondUnit, boolean showYourWork) { in showDelta()