Lines Matching refs:number

56      * number to be synthesized with {@link #ARG_NUMBER}.
65 * number to be synthesized with {@link #ARG_NUMBER}.
73 * The text associated with this span is a decimal number. Must include the
74 * number to be synthesized with {@link #ARG_INTEGER_PART} and
83 * The text associated with this span is a fractional number. Must include
84 * the number to be synthesized with {@link #ARG_NUMERATOR} and
93 * The text associated with this span is a measure, consisting of a number
94 * and a unit. The number can be a cardinal, decimal or a fraction. Set the
95 * number with the same arguments as {@link #TYPE_CARDINAL},
105 * The text associated with this span is a time, consisting of a number of
125 * The text associated with this span is a telephone number. The argument
232 * Argument used to specify a whole number. The value can be a string of
236 public static final String ARG_NUMBER = "android.arg.number";
368 * Argument used to specify the country code of a telephone number. Can be
375 * Argument used to specify the main number part of a telephone number. Can
376 * be a string of digits where the different parts of the telephone number
383 * Argument used to specify the extension part of a telephone number. Can be
418 * Argument used to specify the port number of a URI. Should be specified as
689 * @param number The number to synthesize.
692 public CardinalBuilder(long number) {
694 setNumber(number);
700 * @param number The number to synthesize.
703 public CardinalBuilder(String number) {
705 setNumber(number);
709 * Convenience method that converts the number to a String and set it to
711 * @param number The number that will be synthesized.
714 public CardinalBuilder setNumber(long number) {
715 return setNumber(String.valueOf(number));
720 * @param number A non-empty string of digits with an optional
724 public CardinalBuilder setNumber(String number) {
725 return setStringArgument(TtsSpan.ARG_NUMBER, number);
745 * @param number The ordinal number to synthesize.
748 public OrdinalBuilder(long number) {
750 setNumber(number);
756 * @param number The number to synthesize.
759 public OrdinalBuilder(String number) {
761 setNumber(number);
765 * Convenience method that converts the number to a String and sets it
767 * @param number The ordinal number that will be synthesized.
770 public OrdinalBuilder setNumber(long number) {
771 return setNumber(String.valueOf(number));
776 * @param number A non-empty string of digits with an optional
780 public OrdinalBuilder setNumber(String number) {
781 return setStringArgument(TtsSpan.ARG_NUMBER, number);
803 public DecimalBuilder(double number,
807 setArgumentsFromDouble(number,
823 * Convenience method takes a double and a maximum number of fractional
826 * @param number The number to be synthesized.
827 * @param minimumFractionDigits The minimum number of fraction digits
829 * @param maximumFractionDigits The maximum number of fraction digits
836 double number,
844 String str = formatter.format(number);
858 * Convenience method that converts the number to a String and sets it
990 * Convenience method that converts the number to a String and set it to
992 * @param number The amount of the measure.
995 public MeasureBuilder setNumber(long number) {
996 return setNumber(String.valueOf(number));
1001 * @param number A non-empty string of digits with an optional
1005 public MeasureBuilder setNumber(String number) {
1006 return setStringArgument(TtsSpan.ARG_NUMBER, number);
1231 * Convenience method that converts the number to a String and set it to
1312 * @param numberParts The main telephone number. Can be a series of