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.java886 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleRegularListPatterns() local
888 return invertBackground(format(setBackground(value), territory1, territory2)); in handleRegularListPatterns()
893 … listTypeLength.getPath(), patternType, value, territory1, territory2, territory3, territory4); in handleRegularListPatterns()
1000 String territory2 = getValueFromFormat(pathFormat, "JP"); in handleEllipsis() local
1004 territory2 = clip(territory2, 1, 0); in handleEllipsis()
1007 territory1 = territory2; in handleEllipsis()
1009 return invertBackground(format(setBackground(value), territory1, territory2)); in handleEllipsis()