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.java618 return format(getValueFromFormat(perPath, form), unit1, unit2); in handleCompoundUnit()
722 String territory1 = getValueFromFormat(pathFormat, "CH"); in handleRegularListPatterns()
723 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleRegularListPatterns()
727 String territory3 = getValueFromFormat(pathFormat, "EG"); in handleRegularListPatterns()
728 String territory4 = getValueFromFormat(pathFormat, "CA"); in handleRegularListPatterns()
782 return format(getValueFromFormat(pathFormat, unitType, form), formattedUnitAmount); in getFormattedUnit()
814 …return valuePatternType.equals(pathPatternType) ? setBackground(value) : getValueFromFormat(pathFo… in getPattern()
817 private String getValueFromFormat(String format, Object... arguments) { in getValueFromFormat() method in ExampleGenerator
826 String territory1 = getValueFromFormat(pathFormat, "CH"); in handleEllipsis()
827 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleEllipsis()
[all …]