Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java690 return format(getValueFromFormat(perPath, form), unit1, unit2); in handleCompoundUnit()
706 String meterFormat = getValueFromFormat(pathFormat, "length-meter"); in handleCompoundUnit1Name()
731 String meterFormat = getValueFromFormat(pathFormat, "length-meter", form1); in handleCompoundUnit1()
885 String territory1 = getValueFromFormat(pathFormat, "CH"); in handleRegularListPatterns()
886 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleRegularListPatterns()
890 String territory3 = getValueFromFormat(pathFormat, "EG"); in handleRegularListPatterns()
891 String territory4 = getValueFromFormat(pathFormat, "CA"); in handleRegularListPatterns()
951 return format(getValueFromFormat(pathFormat, unitType, form), formattedUnitAmount); in getFormattedUnit()
987 …return valuePatternType.equals(pathPatternType) ? setBackground(value) : getValueFromFormat(pathFo… in getPattern()
990 private String getValueFromFormat(String format, Object... arguments) { in getValueFromFormat() method in ExampleGenerator
[all …]