Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp413 NumberFormat *nfcommon = NumberFormat::createCurrencyInstance(Locale::getUS(), status); in assignFloatValue() local
415 delete nfcommon; in assignFloatValue()
418 nfcommon->setGroupingUsed(FALSE); in assignFloatValue()
421 stringValue = nfcommon->format(returnfloat, stringValue); in assignFloatValue()
424 nfcommon->parse(stringValue, result, status); in assignFloatValue()
433 delete nfcommon; in assignFloatValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java185 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local
186 nfcommon.setGroupingUsed(false); in assignFloatValue()
188 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java186 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local
187 nfcommon.setGroupingUsed(false); in assignFloatValue()
189 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()