Home | History | Annotate | Download | only in unicode

Lines Matching defs:MessageFormat

41  * MessageFormat produces concatenated messages in a language-neutral
45 * <P>A MessageFormat contains an array of <EM>subformats</EM> arranged
47 * template string determine how the MessageFormat will operate during
54 * <P>When formatting, MessageFormat takes an array of arguments
60 * within the string template of the MessageFormat to produce the
64 * In ICU 4.0 MessageFormat supports named arguments. If a named argument
100 * template of the MessageFormat to produce an array of Formattable
116 * <LI>MessageFormat does not handle ChoiceFormat recursion during
142 * MessageFormat::format(
160 * MessageFormat form(
244 * bundle source files) which strings will be processed by MessageFormat.
250 * only in program syntax, like quoting in MessageFormat.
268 * MessageFormat* msgFmt = new MessageFormat(t1, Locale("fr"), err);
291 class U_I18N_API MessageFormat : public Format {
308 * Constructs a new MessageFormat using the given pattern and the
316 MessageFormat(const UnicodeString& pattern,
320 * Constructs a new MessageFormat using the given pattern and locale.
327 MessageFormat(const UnicodeString& pattern,
331 * Constructs a new MessageFormat using the given pattern and locale.
340 MessageFormat(const UnicodeString& pattern,
345 * Constructs a new MessageFormat from an existing one.
348 MessageFormat(const MessageFormat&);
354 const MessageFormat& operator=(const MessageFormat&);
360 virtual ~MessageFormat();
493 * array from current MessageFormat to another. It is caller's resposibility
751 * Returns true if this MessageFormat uses named arguments,
807 MessageFormat(); // default constructor not implemented
810 * A structure representing one subformat of this MessageFormat.
819 * A MessageFormat contains an array of subformats. This array
820 * needs to grow dynamically if the MessageFormat is modified.
827 * A MessageFormat formats an array of arguments. Each argument
831 * array needs to grow dynamically if the MessageFormat is
950 MessageFormat::format(const Formattable& obj,