Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java424 return formatExampleList(examples); in handleLabelPattern()
443 return formatExampleList(examples); in handleLabel()
453 return formatExampleList(examples); in handleLabel()
522 return formatExampleList(examples); in handleAnnotationName()
591 return formatExampleList(examples.toArray(new String[examples.size()])); in handleDayPeriod()
625 return formatExampleList(examples); in handleFormatUnit()
1548 return formatExampleList(examples.toArray(new String[examples.size()])); in handleDateFormatItem()
1758 result = formatExampleList(examples); in handleDisplayNames()
1848 result = formatExampleList(examples.toArray(new String[examples.size()])); in handleDisplayNames()
1854 private String formatExampleList(String[] examples) { in formatExampleList() method in ExampleGenerator
[all …]