Searched refs:ParseThreadJB5358 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2599 ParseThreadJB5358[] threads = new ParseThreadJB5358[numThreads];
2601 threads[i] = new ParseThreadJB5358((DecimalFormat)fmt.clone(), numstr, expected, errors);
2621 static private class ParseThreadJB5358 extends Thread { class in class:NumberFormatTest
2627 public ParseThreadJB5358(DecimalFormat decfmt, String numstr, double expect, ArrayList errors) { method in class:NumberFormatTest.ParseThreadJB5358

Completed in 186 milliseconds