Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestSupplementalData.java106 String title, Set<String> set, String title2, Set<String> set2) { in showAnyDifferences()
DTestMisc.java513 String title2 = "Result"; in showSpans() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartDelta.java310 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUnits.java2438 String title1, String title2, Collection<String> c1, Collection<String> c2) { in assertSameCollections()
2444 String title1, String title2, Collection<V> c1, Collection<V> c2) { in assertSuperset()