Searched refs:NUMBERSTYLE (Results 1 – 3 of 3) sorted by relevance
486 return getInstance(Locale.getDefault(Locale.Category.FORMAT), null, NUMBERSTYLE); in getInstance()499 return getInstance(inLocale, null, NUMBERSTYLE); in getInstance()515 return getInstance(Locale.getDefault(Locale.Category.FORMAT), null, NUMBERSTYLE); in getNumberInstance()526 return getInstance(inLocale, null, NUMBERSTYLE); in getNumberInstance()982 numberPatterns[NUMBERSTYLE] = data.getNumberPattern(); in getInstance()988 int entry = (choice == INTEGERSTYLE) ? NUMBERSTYLE : choice; in getInstance()1084 private static final int NUMBERSTYLE = 0; field in NumberFormat
77 locale, NumberFormat.NUMBERSTYLE); in DecimalFormatData()
226 private static final int NUMBERSTYLE = 0; // 0x0 field in NumberFormat