Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java176 NumberFormat nf1 = NumberFormat.getInstance(); in test_clone() local
196 NumberFormat nf1 = NumberFormat.getInstance(); in test_equals() local
216 NumberFormat nf1 = NumberFormat.getInstance(Locale.US); in test_formatLdouble() local
243 NumberFormat nf1 = NumberFormat.getInstance(Locale.US); in test_formatLlong() local
451 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMaximumFractionDigits() local
471 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMinimumFractionDigits() local
490 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMaximumIntegerDigits() local
509 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMinimumIntegernDigits() local
529 NumberFormat nf1 = NumberFormat.getInstance(); in test_hashCode() local
557 NumberFormat nf1 = NumberFormat.getInstance(); in test_isGroupingUsed() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatTest.java319 NumberFormat nf1 = format.getNumberFormat(); in test_getNumberFormat() local