Home | History | Annotate | Download | only in text

Lines Matching refs:getCurrencyInstance

73  * integer number format. Use <code>getCurrencyInstance</code> to get the
515 * getCurrencyInstance or getPercentInstance.
527 * factory methods: getNumberInstance, getCurrencyInstance or getPercentInstance.
538 * factory methods: getNumberInstance, getCurrencyInstance or getPercentInstance.
644 public final static NumberFormat getCurrencyInstance() {
653 public static NumberFormat getCurrencyInstance(Locale inLocale) {
662 public static NumberFormat getCurrencyInstance(ULocale inLocale) {
1128 nf = java.text.NumberFormat.getCurrencyInstance(locale);