Home
last modified time | relevance | path

Searched refs:cformat (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DNumberFormatTest.java211 ChoiceFormat cformat = new ChoiceFormat( in test_getCurrency() local
214 ((NumberFormat) cformat).getCurrency(); in test_getCurrency()
241 ChoiceFormat cformat = new ChoiceFormat( in test_setCurrencyLjava_util_Currency() local
244 ((NumberFormat) cformat).setCurrency(currA); in test_setCurrencyLjava_util_Currency()
/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java89 ChoiceFormat cformat = new ChoiceFormat( in test_setCurrencyLjava_util_Currency() local
92 ((NumberFormat) cformat).setCurrency(currA); in test_setCurrencyLjava_util_Currency()