Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DNumberFormat.java580 return getInstance(Locale.getDefault(Locale.Category.FORMAT), null, CURRENCYSTYLE); in getCurrencyInstance()
599 return getInstance(inLocale, null, CURRENCYSTYLE); in getCurrencyInstance()
983 numberPatterns[CURRENCYSTYLE] = data.getCurrencyPattern(); in getInstance()
995 } else if (choice == CURRENCYSTYLE) { in getInstance()
1085 private static final int CURRENCYSTYLE = 1; field in NumberFormat
/libcore/luni/src/main/java/libcore/icu/
DDecimalFormatData.java80 df = (DecimalFormat) NumberFormat.getInstance(locale, NumberFormat.CURRENCYSTYLE); in DecimalFormatData()
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java218 private static final int CURRENCYSTYLE = 1; // 0x1 field in NumberFormat