Searched defs:FormatCharItrTestThread (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java3179 Thread t1 = new Thread(new FormatCharItrTestThread(fmt1, 1, res1));
3180 Thread t2 = new Thread(new FormatCharItrTestThread(fmt2, 100, res2));
3232 private static class FormatCharItrTestThread implements Runnable { class in class:NumberFormatTest
3237 FormatCharItrTestThread(NumberFormat fmt, int num, int[] result) { method in class:NumberFormatTest.FormatCharItrTestThread

Completed in 99 milliseconds