Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnits.java36 … String modFormat = unitFormat.replace(modUnit, MessageFormat.format(compoundPattern, parameters)); in combinePattern() local
37 if (modFormat.equals(unitFormat)) { in combinePattern()
40 modFormat = MessageFormat.format(compoundPattern, parameters1); in combinePattern()
46 modFormat = modFormat.replace(modUnit, modUnit.toLowerCase(Locale.ENGLISH)); in combinePattern()
49 return modFormat; in combinePattern()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java708 … String modFormat = combinePrefix(meterFormat, compoundPattern, unitLength == UnitLength.LONG); in handleCompoundUnit1Name() local
710 return removeEmptyRuns(modFormat); in handleCompoundUnit1Name()
735 … String modFormat = combinePrefix(meterFormat, compoundPattern, unitLength == UnitLength.LONG); in handleCompoundUnit1() local
737 return removeEmptyRuns(format(modFormat, numberFormat.format(amount))); in handleCompoundUnit1()
748 …String modFormat = Units.combinePattern(unitFormat, compoundPattern, lowercaseUnitIfNoSpaceInCompo… in combinePrefix() local
750 return backgroundStartSymbol + modFormat + backgroundEndSymbol; in combinePrefix()