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

/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DDateFormatTest.java42 DateFormat df = getJDKInstance(dstyle, tstyle, loc, method);
55 DateFormat dfIcu = getJDKInstance(dstyle, tstyle, iculoc, null);
69 private DateFormat getJDKInstance(int dstyle, int tstyle, Locale loc, String[] methodName) { method in class:DateFormatTest
133 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null);
H A DNumberFormatTest.java49 nf = getJDKInstance(type, loc, method);
63 nfIcu = getJDKInstance(type, iculoc, null);
78 private NumberFormat getJDKInstance(int type, Locale loc, String[] methodName) { method in class:NumberFormatTest
179 NumberFormat nf = getJDKInstance(type, iculoc, methodName);

Completed in 117 milliseconds