Searched refs:territory1 (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 722 String territory1 = getValueFromFormat(pathFormat, "CH"); in handleRegularListPatterns() local 725 return invertBackground(format(setBackground(value), territory1, territory2)); in handleRegularListPatterns() 730 … listTypeLength.getPath(), patternType, value, territory1, territory2, territory3, territory4); in handleRegularListPatterns() 826 String territory1 = getValueFromFormat(pathFormat, "CH"); in handleEllipsis() local 830 territory1 = clip(territory1, 0, 1); in handleEllipsis() 834 territory1 = territory2; in handleEllipsis() 836 return invertBackground(format(setBackground(value), territory1, territory2)); in handleEllipsis()
|