Lines Matching refs:string

307  * <p><code>NaN</code> is formatted as a string, which typically has a single character
308 * <code>&#92;uFFFD</code>. This string is determined by the
312 * <p>Infinity is formatted as a string, which typically has a single character
314 * applied. The infinity string is determined by the
424 * @param pattern A non-localized pattern string.
450 * @param pattern a non-localized pattern string
469 * Formats a number and appends the resulting text to the given string
510 * Formats a double to produce a string.
517 * @return The formatted number string
529 * Formats a double to produce a string.
535 * @return The formatted number string
611 * Format a long to produce a string.
618 * @return The formatted number string
630 * Format a long to produce a string.
634 * @return The formatted number string
698 * Formats a BigDecimal to produce a string.
703 * @return The formatted number string
716 * Formats a BigDecimal to produce a string.
722 * @return The formatted number string
751 * Format a BigInteger to produce a string.
756 * @return The formatted number string
770 * Format a BigInteger to produce a string.
774 * @return The formatted number string
1101 // _any_ digits, and we won't be able to parse this string.
1169 * Appends the String <code>string</code> to <code>result</code>.
1181 private void append(StringBuffer result, String string,
1187 if (string.length() > 0) {
1188 result.append(string);
1205 * Parses text from a string to produce a <code>Number</code>.
1211 * use all characters up to the end of the string), and the parsed
1219 * as well as on the string being parsed.
1230 * presence of a decimal separator in the source string. Doing so
1253 * @param text the string to be parsed
1395 * @param text The string to parse.
1443 // We now have a string of digits, possibly with grouping symbols,
1565 // If none of the text string was recognized. For example, parse
1952 * Synthesizes a pattern string that represents the current state
1961 * Synthesizes a localized pattern string that represents the current
1971 * affix pattern string is null, do not expand it. This method should be
1997 * Expand an affix pattern into an affix string. All characters in the
2068 String string;
2072 string = symbols.getInternationalCurrencySymbol();
2074 string = symbols.getCurrencySymbol();
2076 if (string.length() > 0) {
2082 fp.setEndIndex(stringIndex + string.length());
2084 stringIndex += string.length();
2125 * appended string will generate the same affix pattern (or literal affix)
2128 * @param buffer the affix string is appended to this
2971 * This is often an empty string.
2988 * This is often an empty string.