Searched refs:nfcommon (Results 1 – 3 of 3) sorted by relevance
413 NumberFormat *nfcommon = NumberFormat::createCurrencyInstance(Locale::getUS(), status); in assignFloatValue() local415 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()
185 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local186 nfcommon.setGroupingUsed(false); in assignFloatValue()188 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()
186 NumberFormat nfcommon = NumberFormat.getCurrencyInstance(Locale.US); in assignFloatValue() local187 nfcommon.setGroupingUsed(false); in assignFloatValue()189 String stringValue = nfcommon.format(returnfloat).substring(1); in assignFloatValue()