HomeSort by relevance Sort by last modified time
    Searched defs:showDifference (Results 1 - 5 of 5) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/test/
TestMetadata.java 63 // System.out.println(showDifference(programAttributeOrder, attributeOrder, ", "));
85 // System.out.println(showDifference(programElementOrder, elementOrder, ", "));
144 public static <T> String showDifference(Iterable<T> a, Iterable<T> b, String separator) {
145 return showDifference(a, b, separator, new ToString<T>(), new ToString<T>());
148 public static <T> String showDifference(Iterable<T> a, Iterable<T> b, String separator,
DisplayAndInputProcessor.java     [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
TestStateDictionaryBuilder.java 269 assert dictionaryData.equals(simpleDictionaryData) : showDifference(dictionaryData, simpleDictionaryData);
292 private String showDifference(Map<CharSequence, T> dictionaryData, Map<CharSequence, T> simpleDictionaryData) {
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 348 UnicodeString showDifference(const UnicodeString& expected, const UnicodeString& result)
526 appendErr.append(showDifference(*o, str));
681 showDifference(kPercentFormatTestData[whichLine].string,output));
750 IntlTest::gTest->errln("PatternFormat: \n" + showDifference(expected,result));
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java     [all...]

Completed in 1320 milliseconds