Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java671 String unit2mid; in handleCompoundUnit() local
677 unit2mid = getFormattedUnit("duration-second", unitLength, oneValue, ""); in handleCompoundUnit()
681 unit2mid = getFormattedUnit("length-meter", unitLength, amount, ""); in handleCompoundUnit()
685 String unit2 = backgroundStartSymbol + unit2mid.trim() + backgroundEndSymbol; in handleCompoundUnit()