Lines Matching refs:arguments
50 * with optional arguments (variables/placeholders).
51 * The arguments can occur in any order, which is necessary for translation
55 * with arguments in {curly braces} which will be replaced by formatted values.
63 * subformats used for inserted arguments.
65 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
67 * if the pattern has named arguments (see {@link #usesNamedArguments()}).
91 * (when the pattern contains only numbered arguments)
92 * or as an array of names and and an array of arguments (which works for both named
93 * and numbered arguments).
149 * Use <code>plural</code> arguments for proper plural selection,
150 * and <code>select</code> arguments for simple selection among a fixed set of choices.
247 * Formattable arguments[] = {
256 * arguments, 3, result, success );
265 * arguments will be dynamically set at runtime.
333 * The maximum number of arguments.
501 * <p>If this format uses named arguments, the new formats are discarded
517 * <p>If this format uses named arguments, the new formats are discarded
534 * <p>If this format uses named arguments, the new format is discarded
567 * arguments. If numbered, the formatName is the
583 * arguments-- if numbered, the formatName is the
598 * arguments-- if numbered, the formatName is the
628 * Formats the given array of arguments into a user-readable string.
631 * <p>If this format uses named arguments, appendTo is unchanged and
651 * Formats the given array of arguments into a user-readable string
654 * <p>If this format uses named arguments, appendTo is unchanged and
658 * @param arguments An array of objects to be formatted.
668 const Formattable* arguments,
674 * Formats the given array of arguments into a user-readable
679 * <p>If this format uses named arguments, appendTo is unchanged and
683 * arguments to be formatted.
699 * Formats the given array of arguments into a user-readable
718 * Formats the given array of arguments into a user-defined argument name
720 * arguments-- if numbered, the formatName is the
724 * @param arguments An array of objects to be formatted.
726 * arguments. The number of argumentNames and arguments
736 const Formattable* arguments,
741 * Parses the given string into an array of output arguments.
747 * @param count Output parameter to receive the number of arguments
749 * @return an array of parsed arguments. The caller owns both
758 * Parses the given string into an array of output arguments.
760 * <p>If this format uses named arguments, status is set to
767 * @return an array of parsed arguments. The caller owns both
777 * Parses the given string into an array of output arguments
816 * Returns true if this MessageFormat uses named arguments,
819 * @return true if named arguments are used.
908 * A MessageFormat formats an array of arguments. Each argument
966 UnicodeString& format(const Formattable* arguments,
974 * Formats the arguments and writes the result into the
980 * @param arguments The formattable objects array. (Must not be NULL.)
982 * length as "arguments", and each entry is the name of the
983 * corresponding argument in "arguments".
984 * @param cnt The length of arguments (and of argumentNames if that is not NULL).
992 const Formattable* arguments,
1017 const Formattable* getArgFromListByName(const Formattable* arguments,
1038 const Formattable* arguments,