Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java721 String pathFormat = "//ldml/localeDisplayNames/territories/territory[@type=\"{0}\"]"; in handleRegularListPatterns() local
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()
780 String pathFormat = "//ldml/units/unitLength" + unitWidth.typeString in getFormattedUnit() local
782 return format(getValueFromFormat(pathFormat, unitType, form), formattedUnitAmount); in getFormattedUnit()
813 …private String getPattern(String pathFormat, String pathPatternType, String valuePatternType, Stri… in getPattern() argument
814 …pe.equals(pathPatternType) ? setBackground(value) : getValueFromFormat(pathFormat, pathPatternType… in getPattern()
822 String pathFormat = "//ldml/localeDisplayNames/territories/territory[@type=\"{0}\"]"; in handleEllipsis() local
[all …]