Searched refs:nfcommon (Results 1 – 3 of 3) sorted by relevance
415 NumberFormat *nfcommon = NumberFormat::createCurrencyInstance(Locale::getUS(), status); in assignFloatValue() local417 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()
191 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local192 nfcommon.setGroupingUsed(false); in assignFloatValue()194 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()
188 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local189 nfcommon.setGroupingUsed(false); in assignFloatValue()191 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()