Searched refs:PERCENTSTYLE (Results 1 – 3 of 3) sorted by relevance
614 return getInstance(Locale.getDefault(Locale.Category.FORMAT), null, PERCENTSTYLE); in getPercentInstance()624 return getInstance(inLocale, null, PERCENTSTYLE); in getPercentInstance()984 numberPatterns[PERCENTSTYLE] = data.getPercentPattern(); in getInstance()1086 private static final int PERCENTSTYLE = 2; field in NumberFormat
83 df = (DecimalFormat) NumberFormat.getInstance(locale, NumberFormat.PERCENTSTYLE); in DecimalFormatData()
228 private static final int PERCENTSTYLE = 2; // 0x2 field in NumberFormat