Lines Matching full:named
64 * In ICU 4.0 MessageFormat supports named arguments. If a named argument
65 * is used, all arguments must be named. Names start with a character in
68 * If named arguments are used, {@link #usesNamedArguments()} will return true.
70 * The other new methods supporting named arguments are
77 * These methods are all compatible with patterns that do not used named arguments--
81 * When named arguments are used, certain methods on MessageFormat that take or
507 * This function supports both named and numbered
523 * This function supports both named and numbered
538 * This function supports both named and numbered
648 * array. This function supports both named and numbered
693 * If the MessageFormat is named argument, the status is
743 * Returns true if this MessageFormat uses named arguments,
746 * @return true if named arguments are used.