Searched refs:nfcommon (Results 1 – 3 of 3) sorted by relevance
410 NumberFormat *nfcommon = NumberFormat::createCurrencyInstance(Locale::getUS(), status); in assignFloatValue() local412 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()
177 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local178 nfcommon.setGroupingUsed(false); in assignFloatValue()180 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()
181 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local182 nfcommon.setGroupingUsed(false); in assignFloatValue()184 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()