Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DTestSupplementalData.java146 …private static void showAnyDifferences(String title, Set<String> set, String title2, Set<String> s… in showAnyDifferences() argument
148 showFirstMinusSecond("Failure " + title + "-" + title2 + ": ", set, set2); in showAnyDifferences()
149 showFirstMinusSecond("Failure " + title2 + "-" + title + ": ", set2, set); in showAnyDifferences()
DTestMisc.java459 String title2 = "Result"; in showSpans() local
463 title2 = "Sample"; in showSpans()
467 System.out.format("\t%s: %s" + CldrUtility.LINE_SEPARATOR, title2, sample); in showSpans()
/external/pcre/dist2/
DRunTest56 title2="Test 2: API, errors, internals and non-Perl stuff"
88 echo $title2 "(not UTF or UCP)"
500 echo $title2 "(excluding UTF-$bits)"
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java1785 …public void assertSameCollections(String title1, String title2, Collection<String> c1, Collection<… in assertSameCollections() argument
1786 assertSuperset(title1, title2, c1, c2); in assertSameCollections()
1787 assertSuperset(title2, title1, c2, c1); in assertSameCollections()
1790 …public void assertSuperset(String title1, String title2, Collection<String> c1, Collection<String>… in assertSuperset() argument
1791 if (!assertEquals(title1 + " ⊇ " + title2, Collections.emptySet(), minus(c2, c1))) { in assertSuperset()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java271 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal() argument
276 pw.print(title2.replace("/", "\t")); in showTotal()