Searched refs:INTEGERSTYLE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DNumberFormat.java423 return getInstance(Locale.getDefault(Locale.Category.FORMAT), INTEGERSTYLE);
439 return getInstance(inLocale, INTEGERSTYLE);
768 int entry = (choice == INTEGERSTYLE) ? NUMBERSTYLE : choice;
771 if (choice == INTEGERSTYLE) {
854 private static final int INTEGERSTYLE = 4; field in class:NumberFormat
1153 case INTEGERSTYLE:
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DNumberFormatProviderImpl.java58 static final int INTEGERSTYLE = 1; field in class:NumberFormatProviderImpl
86 MessageFormat.format(patterns[INTEGERSTYLE],
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...

Completed in 36 milliseconds