Searched refs:title2 (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestSupplementalData.java | 149 …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()
|
D | TestMisc.java | 458 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/ |
D | RunTest | 56 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/ |
D | ChartDelta.java | 218 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal() argument 223 pw.print(title2.replace("/", "\t")); in showTotal()
|