Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java723 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleRegularListPatterns() local
725 return invertBackground(format(setBackground(value), territory1, territory2)); in handleRegularListPatterns()
730 … listTypeLength.getPath(), patternType, value, territory1, territory2, territory3, territory4); in handleRegularListPatterns()
827 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleEllipsis() local
831 territory2 = clip(territory2, 1, 0); in handleEllipsis()
834 territory1 = territory2; in handleEllipsis()
836 return invertBackground(format(setBackground(value), territory1, territory2)); in handleEllipsis()