Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp410 NumberFormat *nfcommon = NumberFormat::createCurrencyInstance(Locale::getUS(), status); in assignFloatValue() local
412 delete nfcommon; in assignFloatValue()
415 nfcommon->setGroupingUsed(FALSE); in assignFloatValue()
418 stringValue = nfcommon->format(returnfloat, stringValue); in assignFloatValue()
421 nfcommon->parse(stringValue, result, status); in assignFloatValue()
430 delete nfcommon; in assignFloatValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegression.java177 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local
178 nfcommon.setGroupingUsed(false); in assignFloatValue()
180 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegression.java181 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local
182 nfcommon.setGroupingUsed(false); in assignFloatValue()
184 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()