Searched refs:DecimalFormatSymbols (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/spi/
H A DDecimalFormatSymbolsProvider.java28 import java.text.DecimalFormatSymbols;
35 * {@link java.text.DecimalFormatSymbols DecimalFormatSymbols} class.
49 * Returns a new <code>DecimalFormatSymbols</code> instance for the
58 * @return a <code>DecimalFormatSymbols</code> instance.
59 * @see java.text.DecimalFormatSymbols#getInstance(java.util.Locale)
61 public abstract DecimalFormatSymbols getInstance(Locale locale);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DDecimalFormatSymbolsProviderTest.java35 List<Locale> availloc = Arrays.asList(DecimalFormatSymbols.getAvailableLocales());
77 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(target);
83 DecimalFormatSymbols providersDfs= null;
H A DNumberFormatProviderTest.java115 DecimalFormatSymbols.getInstance(target));
121 DecimalFormatSymbols.getInstance(target));
129 DecimalFormatSymbols.getInstance(target));
134 DecimalFormatSymbols.getInstance(target));
152 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols();
H A DCurrencyNameProviderTest.java116 df = new DecimalFormat(pattern, DecimalFormatSymbols.getInstance(OSAKA));
126 df = new DecimalFormat(pattern, DecimalFormatSymbols.getInstance());
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DNumberFormatProviderImpl.java74 DecimalFormatSymbols.getInstance(locale));
90 DecimalFormatSymbols.getInstance(locale));
108 DecimalFormatSymbols.getInstance(locale));
121 DecimalFormatSymbols.getInstance(locale));
132 DecimalFormatSymbols dfs = nf.getDecimalFormatSymbols();
H A DDecimalFormatSymbolsProviderImpl.java58 public DecimalFormatSymbols getInstance(Locale locale) {
76 class FooDecimalFormatSymbols extends DecimalFormatSymbols {
H A DFooNumberFormat.java34 public FooNumberFormat(String pattern, DecimalFormatSymbols dfs) {
74 public DecimalFormatSymbols getDecimalFormatSymbols() {
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormatSymbols.java57 * <code>DecimalFormatSymbols</code> from its locale data. If you need to change any
58 * of these symbols, you can get the <code>DecimalFormatSymbols</code> object from
67 public class DecimalFormatSymbols implements Cloneable, Serializable { class in inherits:Cloneable,Serializable
70 * Create a DecimalFormatSymbols object for the default locale.
78 public DecimalFormatSymbols() { method in class:DecimalFormatSymbols
83 * Create a DecimalFormatSymbols object for the given locale.
93 public DecimalFormatSymbols( Locale locale ) { method in class:DecimalFormatSymbols
108 * <code>DecimalFormatSymbols</code> instances are available.
118 * Gets the <code>DecimalFormatSymbols</code> instance for the default
119 * locale. This method provides access to <code>DecimalFormatSymbols</cod
[all...]
H A DNumberFormat.java767 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(desiredLocale);
H A DDecimalFormat.java84 * symbols are stored in a <code>DecimalFormatSymbols</code> object. When using
168 * <code>DecimalFormatSymbols</code> object instead, and these characters lose
301 * <code>DecimalFormatSymbols</code> object as digits. For parsing, these
309 * <code>DecimalFormatSymbols</code> object. This is the only value for which
315 * <code>DecimalFormatSymbols</code> object.
373 * @see DecimalFormatSymbols
409 this.symbols = new DecimalFormatSymbols(def);
434 this.symbols = new DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT));
458 * @see java.text.DecimalFormatSymbols
460 public DecimalFormat (String pattern, DecimalFormatSymbols symbol
[all...]
H A DMessageFormat.java174 * <td headers="sc">{@code new} {@link DecimalFormat#DecimalFormat(String,DecimalFormatSymbols) DecimalFormat}{@code (subformatPattern,} {@link DecimalFormatSymbols#getInstance(Locale) DecimalFormatSymbols.getInstance}{@code (getLocale()))}
338 * @see DecimalFormatSymbols
1473 DecimalFormatSymbols.getInstance(locale));
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DNumberFormatter.java38 * <code>DecimalFormatSymbols</code> associated with the
43 * <code>DecimalFormatSymbols</code> associated with the
131 DecimalFormatSymbols dfs = getDecimalFormatSymbols();
209 DecimalFormatSymbols dfs = getDecimalFormatSymbols();
221 DecimalFormatSymbols dfs = getDecimalFormatSymbols();
230 * Returns the DecimalFormatSymbols from the Format instance.
232 private DecimalFormatSymbols getDecimalFormatSymbols() {
245 * not one of the characters defined by the DecimalFormatSymbols.
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug4823811.java394 DecimalFormatSymbols dfsEG = dfEG.getDecimalFormatSymbols();
395 DecimalFormatSymbols dfsUS = dfUS.getDecimalFormatSymbols();
444 DecimalFormatSymbols dfsEG = dfEG.getDecimalFormatSymbols();
445 DecimalFormatSymbols dfsUS = dfUS.getDecimalFormatSymbols();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java44 new DecimalFormatSymbols().getDecimalSeparator() + "0";
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java48 import java.text.DecimalFormatSymbols;
580 * java.text.DecimalFormatSymbols#getGroupingSeparator grouping separators}
845 * {@linkplain java.text.DecimalFormatSymbols#getZeroDigit() zero digit}
850 * java.text.DecimalFormatSymbols#getDecimalSeparator decimal separator} is
855 * java.text.DecimalFormatSymbols#getGroupingSeparator grouping separator} is
862 * java.text.DecimalFormatSymbols#getZeroDigit() zero digits} are inserted
993 * java.text.DecimalFormatSymbols#getZeroDigit zeros} to the minimum field
1004 * java.text.DecimalFormatSymbols#getGroupingSeparator group separators} as
2251 DecimalFormatSymbols dfs = DecimalFormatSymbols
[all...]
H A DScanner.java162 * {@link java.text.DecimalFormatSymbols DecimalFormatSymbols} object,
169 * java.text.DecimalFormatSymbols#getGroupingSeparator
174 * java.text.DecimalFormatSymbols#getDecimalSeparator
200 * java.text.DecimalFormatSymbols#getNaN
205 * java.text.DecimalFormatSymbols#getInfinity
1232 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java32 import java.text.DecimalFormatSymbols;
278 * The entry is created with the input DecimalFormatSymbols.
280 public void addDecimalFormat(String name, DecimalFormatSymbols symbols) {
H A DBasisLibrary.java28 import java.text.DecimalFormatSymbols;
929 new DecimalFormatSymbols(Locale.US));
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleEnhanceTest.java36 import java.text.DecimalFormatSymbols;
1305 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(loc);
/openjdk7/jdk/make/java/text/base/
H A DFILES_java.gmk53 java/text/DecimalFormatSymbols.java \

Completed in 80 milliseconds