Lines Matching refs:suffix

129  * subpattern has a prefix, numeric part, and suffix. The negative subpattern
134 * serves only to specify the negative prefix and suffix; the number of digits,
164 * prefix or suffix as literals.
210 * <em>Need not be quoted in prefix or suffix.</em>
218 * <td>Prefix or suffix
223 * <td>Prefix or suffix
228 * <td>Prefix or suffix
236 * <td>Prefix or suffix
238 * <td>Used to quote special characters in a prefix or suffix,
260 * formatted using the localized minus sign, <em>not</em> the prefix and suffix
1179 * This is used by <code>subformat</code> to add the prefix/suffix.
1576 // check for suffix
1688 * <P>Examples: -123, ($123) (with negative suffix), sFr-123
1696 * <P>Examples: -123, ($123) (with negative suffix), sFr-123
1724 * Get the positive suffix.
1732 * Set the positive suffix.
1741 * Returns the FieldPositions of the fields in the suffix used for
1743 * a positive suffix via <code>setPositiveSuffix</code>. This is
1761 * Get the negative suffix.
1769 * Set the negative suffix.
1778 * Returns the FieldPositions of the fields in the suffix used for
1780 * a negative suffix via <code>setNegativeSuffix</code>. This is
2373 StringBuffer suffix = new StringBuffer();
2381 // grouping characters. Phase 2 is the suffix. In phases 0 and 2,
2385 // suffix, for example, they must be quoted.
2388 // The affix is either the prefix or the suffix.
2396 // Process the prefix / suffix characters
2412 // Process unquoted characters seen in prefix or suffix
2502 affix = suffix;
2568 affix = suffix;
2573 affix = suffix;
2616 posSuffixPattern = suffix.toString();
2641 negSuffixPattern = suffix.toString();
2970 * The symbol used as a suffix when formatting positive numbers.
2987 * The symbol used as a suffix when formatting negative numbers.
3013 * The suffix pattern for non-negative numbers. This variable corresponds
3035 * The suffix pattern for negative numbers. This variable corresponds
3117 * FieldPositions describing the positive suffix String. This is
3131 * FieldPositions describing the negative suffix String. This is