Home
last modified time | relevance | path

Searched refs:title2 (Results 1 – 4 of 4) 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() argument
151 showFirstMinusSecond("Failure " + title + "-" + title2 + ": ", set, set2); in showAnyDifferences()
152 showFirstMinusSecond("Failure " + title2 + "-" + title + ": ", set2, set); in showAnyDifferences()
DTestMisc.java458 String title2 = "Result"; in showSpans() local
462 title2 = "Sample"; in showSpans()
466 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)"
499 echo $title2 "(excluding UTF-$bits)"
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java218 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal() argument
223 pw.print(title2.replace("/", "\t")); in showTotal()