Searched defs:localized (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java64 * currency amounts ($123). All of these can be localized.
86 * read from localized <code>ResourceBundle</code>s.
131 * localized minus sign (<code>'-'</code> in most locales) is used as the
166 * <p>The characters listed here are used in non-localized patterns. Localized
170 * are not localized.
174 * location, localized, and meaning.">
260 * formatted using the localized minus sign, <em>not</em> the prefix and suffix
300 * characters starting with the localized zero digit defined in the
338 * <strong>// Print out a number using the localized number, integer, currency,
424 * @param pattern A non-localized patter
2136 appendAffix(StringBuffer buffer, String affixPattern, String expAffix, boolean localized) argument
2185 appendAffix(StringBuffer buffer, String affix, boolean localized) argument
2223 toPattern(boolean localized) argument
2336 applyPattern(String pattern, boolean localized) argument
[all...]

Completed in 32 milliseconds