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

/external/chromium_org/third_party/icu/source/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/unicode/
H A Dmsgfmt.h49 * <p>MessageFormat prepares strings for display to users,
54 * <p>A MessageFormat is constructed from a <em>pattern</em> string
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
58 * classes in that you create a <code>MessageFormat</code> object with one
60 * method). Factory methods aren't necessary because <code>MessageFormat</code>
77 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
88 * <p>When formatting, MessageFormat takes a collection of argument values
103 * <code>MessageFormat</code> uses patterns of the following form:
145 * only in program syntax, like quoting in MessageFormat.
254 * MessageFormat
323 class U_I18N_API MessageFormat : public Format { class in inherits:Format
[all...]
/external/chromium_org/third_party/icu/source/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/icu4c/i18n/
H A Dmsgfmt.cpp50 // class MessageFormat
80 // MessageFormat Type List Number, Date, Time or Choice
157 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer);
165 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
216 // Creates a MessageFormat instance based on the pattern.
218 MessageFormat::MessageFormat(const UnicodeString& pattern, function in class:MessageFormat
239 MessageFormat::MessageFormat(const UnicodeString& pattern, function in class:MessageFormat
261 MessageFormat function in class:MessageFormat
284 MessageFormat::MessageFormat(const MessageFormat& that) function in class:MessageFormat
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h2022 #define MessageFormat U_ICU_ENTRY_POINT_RENAME(MessageFormat) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 956 milliseconds