Lines Matching refs:number
92 * Creates a Formattable object with a double number.
93 * @param d the double number.
99 * Creates a Formattable object with a long number.
100 * @param l the long number.
106 * Creates a Formattable object with an int64_t number
107 * @param ll the int64_t number.
124 * a decimal number in string form. The Formattable will retain the
128 * @param number the unformatted (not localized) string representation
129 * of the Decimal number.
132 * decimal number.
135 Formattable(const StringPiece &number, UErrorCode &status);
297 * long, int64 or Decimal Number then a conversion is peformed, with
476 * Returns a numeric string representation of the number contained within this
478 * For values obtained by parsing, the returned decimal number retains
490 * @return the unformatted string representation of a number.
539 * @param count the number of array elements to be copied.
569 * Sets the the numeric value from a decimal number string, and changes
570 * the type to to a numeric type appropriate for the number.
571 * The syntax of the number is a "numeric string"
574 * The full precision and range of the input number will be retained,
577 * @param numberString a string representation of the unformatted decimal number.
579 * incoming string is not a valid decimal number.