Home | History | Annotate | Download | only in unicode

Lines Matching refs:number

70  * a Number value is formatted with a default (for the locale) NumberFormat,
98 * A numbered pattern argument is matched with an argument name that contains that number
124 * argType = "number" | "date" | "time" | "spellout" | "ordinal" | "duration"
167 * <td rowspan=5><code>number</code>
255 * "At {1,time} on {1,date}, there was {2} on planet {0,number}.",
333 * The maximum number of arguments.
531 * If the number is over the number of formats already set,
546 * If the number is over the number of formats already set,
573 * @param formatName the name or number specifying a format
635 * @param count The number of elements of 'source'.
659 * @param count The number of elements of 'source'.
725 * @param count The number of elements of 'argumentNames' and
726 * arguments. The number of argumentNames and arguments
747 * @param count Output parameter to receive the number of arguments
833 * @return The number of formattable types in the pattern
891 * For example, if the number matches an explicit-value selector like "=1"
898 virtual UnicodeString select(double number, UErrorCode& ec) const;
910 * the pattern contains the subformat "{3,number,integer}", then
979 * where a '#' is replaced by the format string for this number.