Home
last modified time | relevance | path

Searched defs:title2 (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DTestSupplementalData.java149 …private static void showAnyDifferences(String title, Set<String> set, String title2, Set<String> s… in showAnyDifferences()
DTestMisc.java458 String title2 = "Result"; in showSpans() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java218 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal()