HomeSort by relevance Sort by last modified time
    Searched defs:MessageFormat (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
msgfmt.h 41 * 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::format
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h 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
    [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp 45 // 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,
285 MessageFormat::MessageFormat(const UnicodeString& pattern
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 50 // class MessageFormat
93 // MessageFormat Type List Number, Date, Time or Choice
163 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
203 * A structure representing one subformat of this MessageFormat.
209 class MessageFormat::Subformat : public UMemory {
266 // Creates a MessageFormat instance based on the pattern.
268 MessageFormat::MessageFormat(const UnicodeString& pattern,
294 MessageFormat::MessageFormat(const UnicodeString& pattern
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 24 import java.text.MessageFormat;
37 private MessageFormat format1;
44 format1 = new MessageFormat(pattern);
48 MessageFormat format = new MessageFormat("test");
63 new MessageFormat("{1, number}").formatToCharacterIterator(null);
70 new MessageFormat("{0, time}").formatToCharacterIterator(new Object[]{""});
88 MessageFormat mf;
91 mf = new MessageFormat(pattern, l[i]);
103 mf = new MessageFormat(pattern)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 39 import java.text.MessageFormat;
234 setErrorMessage(MessageFormat.format(getErrorMessage(),
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 36 * {@code MessageFormat} takes a set of objects, formats them and then
39 * <strong>Note:</strong> {@code MessageFormat} differs from the other
40 * {@code Format} classes in that you create a {@code MessageFormat}
43 * {@code MessageFormat} itself doesn't implement locale-specific
49 * {@code MessageFormat} uses patterns of the following form:
113 * {@code MessageFormat}. Note that localizers may need to use single quotes in
118 * in {@code MessageFormat}. See the annotations for U+0027 Apostrophe in The Unicode
229 * String result = MessageFormat.format(
247 * MessageFormat form = new MessageFormat("The disk \"{1}\" contains {0} file(s).")
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 658 milliseconds