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.java173 NumberFormat nf1 = NumberFormat.getInstance(); in test_clone() local
193 NumberFormat nf1 = NumberFormat.getInstance(); in test_equals() local
213 NumberFormat nf1 = NumberFormat.getInstance(Locale.US); in test_formatLdouble() local
240 NumberFormat nf1 = NumberFormat.getInstance(Locale.US); in test_formatLlong() local
447 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMaximumFractionDigits() local
467 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMinimumFractionDigits() local
486 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMaximumIntegerDigits() local
505 NumberFormat nf1 = NumberFormat.getInstance(); in test_getMinimumIntegernDigits() local
525 NumberFormat nf1 = NumberFormat.getInstance(); in test_hashCode() local
553 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