Searched defs:MessageFormat (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dmsgfmt.h41 * A MessageFormat produces concatenated messages in a
45 * A MessageFormat contains an array of <EM>subformats</EM> arranged
47 * template string determine how the MessageFormat will operate during
54 * During formatting, the 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
81 * When named arguments are used, certain methods on MessageFormat that take or
100 * template of the MessageFormat to produce an array of Formattable
116 * <LI>MessageFormat does not handle ChoiceFormat recursion during
142 * MessageFormat
306 class U_I18N_API MessageFormat : public Format { class in inherits:Format
[all...]
/external/icu4c/i18n/
H A Dmsgfmt.cpp45 // class MessageFormat
85 // MessageFormat Type List Number, Date, Time or Choice
154 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
194 * A structure representing one subformat of this MessageFormat.
200 class MessageFormat::Subformat : public UMemory {
257 // Creates a MessageFormat instance based on the pattern.
259 MessageFormat::MessageFormat(const UnicodeString& pattern, function in class:MessageFormat
285 MessageFormat::MessageFormat(cons function in class:MessageFormat
312 MessageFormat::MessageFormat(const UnicodeString& pattern, function in class:MessageFormat
340 MessageFormat::MessageFormat(const MessageFormat& that) function in class:MessageFormat
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1730 #define MessageFormat MessageFormat_4_2 macro

Completed in 68 milliseconds