Searched refs:Subchart (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartSubdivisionNames.java | 163 …new Subchart(name + " Subdivision Names", FileUtilities.anchorize(name), tablePrinter).writeChart(… in writeSubcharts() 167 private class Subchart extends Chart { class in ChartSubdivisionNames 177 public Subchart(String title, String file, TablePrinter tablePrinter) { in Subchart() method in ChartSubdivisionNames.Subchart
|
D | ChartAnnotations.java | 222 …new Subchart(name + " Annotations", FileUtilities.anchorize(name), tablePrinter).writeChart(anchor… in writeSubcharts() 293 private class Subchart extends Chart { class in ChartAnnotations 303 public Subchart(String title, String file, TablePrinter tablePrinter) { in Subchart() method in ChartAnnotations.Subchart
|
D | ChartCollation.java | 216 …new Subchart(ENGLISH.getName(locale, true, CLDRFile.SHORT_ALTS), locale, data).writeChart(anchors); in writeSubcharts() 244 private class Subchart extends Chart { class in ChartCollation 255 public Subchart(String title, String file, Map<String, Data> data2) { in Subchart() method in ChartCollation.Subchart
|