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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1970 * Expand the affix pattern strings into the expanded affix strings. If any
1971 * affix pattern string is null, do not expand it. This method should be
1972 * called any time the symbols or the affix patterns change in order to keep
1973 * the expanded affix strings up to date.
1997 * Expand an affix pattern into an affix string. All characters in the
2043 * Expand an affix pattern into an array of FieldPositions describing
2122 * Appends an affix pattern to the given StringBuffer, quoting special
2123 * characters as needed. Uses the internal affix patter
2185 appendAffix(StringBuffer buffer, String affix, boolean localized) argument
[all...]

Completed in 34 milliseconds