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.java407 return formatExampleList(examples); in handleLabelPattern()
425 return formatExampleList(examples); in handleLabel()
435 return formatExampleList(examples); in handleLabel()
504 return formatExampleList(examples); in handleAnnotationName()
567 return formatExampleList(examples.toArray(new String[examples.size()])); in handleDayPeriod()
1345 return formatExampleList(examples.toArray(new String[examples.size()])); in handleDateFormatItem()
1563 result = formatExampleList(examples); in handleDisplayNames()
1653 result = formatExampleList(examples.toArray(new String[examples.size()])); in handleDisplayNames()
1659 private String formatExampleList(String[] examples) { in formatExampleList() method in ExampleGenerator
1672 private String formatExampleList(Collection<String> examples) { in formatExampleList() method in ExampleGenerator