Home
last modified time | relevance | path

Searched refs:nfcommon (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp415 NumberFormat *nfcommon = NumberFormat::createCurrencyInstance(Locale::getUS(), status); in assignFloatValue() local
417 delete nfcommon; in assignFloatValue()
420 nfcommon->setGroupingUsed(FALSE); in assignFloatValue()
423 stringValue = nfcommon->format(returnfloat, stringValue); in assignFloatValue()
426 nfcommon->parse(stringValue, result, status); in assignFloatValue()
435 delete nfcommon; in assignFloatValue()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java191 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local
192 nfcommon.setGroupingUsed(false); in assignFloatValue()
194 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java188 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local
189 nfcommon.setGroupingUsed(false); in assignFloatValue()
191 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()