Home
last modified time | relevance | path

Searched defs:nf2 (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java179 NumberFormat nf2 = (NumberFormat) nf1.clone(); in test_clone() local
197 NumberFormat nf2 = NumberFormat.getInstance(); in test_equals() local
227 NumberFormat nf2 = NumberFormat.getInstance(deLocale); in test_formatLdouble() local
254 NumberFormat nf2 = NumberFormat.getInstance(deLocale); in test_formatLlong() local
531 NumberFormat nf2 = NumberFormat.getInstance(Locale.US); in test_hashCode() local
599 NumberFormat nf2 = NumberFormat.getPercentInstance(csLocale); in test_setGroupingUsed() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatTest.java320 NumberFormat nf2 = format.getNumberFormat(); in test_getNumberFormat() local