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

/external/icu4c/i18n/unicode/
H A Dmsgfmt.h41 * 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 for
291 class U_I18N_API MessageFormat : public Format { class in inherits:Format
[all...]
/external/icu4c/i18n/
H A Dmsgfmt.cpp46 // class MessageFormat
89 // MessageFormat Type List Number, Date, Time or Choice
159 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
199 * A structure representing one subformat of this MessageFormat.
205 class MessageFormat::Subformat : public UMemory {
262 // Creates a MessageFormat instance based on the pattern.
264 MessageFormat::MessageFormat(const UnicodeString& pattern, function in class:MessageFormat
290 MessageFormat::MessageFormat(cons function in class:MessageFormat
317 MessageFormat::MessageFormat(const UnicodeString& pattern, function in class:MessageFormat
345 MessageFormat::MessageFormat(const MessageFormat& that) function in class:MessageFormat
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1325 #define MessageFormat MessageFormat_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2022 #define MessageFormat U_ICU_ENTRY_POINT_RENAME(MessageFormat) macro

Completed in 543 milliseconds