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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BagFormatter.java 503 public void toOutput(String s) {
589 toOutput("#" + container);
599 toOutput("");
600 toOutput("# The above property value applies to " + nf.format(fullTotal-counter) + " code points not listed here.");
601 toOutput("# Total code points: " + nf.format(fullTotal));
605 toOutput("");
606 toOutput("# Total code points: " + nf.format(counter));
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BagFormatter.java 502 public void toOutput(String s) {
588 toOutput("#" + container);
598 toOutput("");
599 toOutput("# The above property value applies to " + nf.format(fullTotal-counter) + " code points not listed here.");
600 toOutput("# Total code points: " + nf.format(fullTotal));
604 toOutput("");
605 toOutput("# Total code points: " + nf.format(counter));
    [all...]

Completed in 609 milliseconds