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

  /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/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 20 import java.text.MessageFormat;
70 assertEquals(MessageFormat.format(pattern, oa), f.formatMessage(r));
100 assertEquals(MessageFormat.format(rb.getString("pattern"), oa), f
  /external/icu4c/i18n/
msgfmt.cpp 46 // 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,
290 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 41 import java.text.MessageFormat;
236 setErrorMessage(MessageFormat.format(getErrorMessage(),
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 37 * {@code MessageFormat} takes a set of objects, formats them and then
40 * <strong>Note:</strong> {@code MessageFormat} differs from the other
41 * {@code Format} classes in that you create a {@code MessageFormat}
44 * {@code MessageFormat} itself doesn't implement locale-specific
50 * {@code MessageFormat} uses patterns of the following form:
114 * {@code MessageFormat}. Note that localizers may need to use single quotes in
119 * in {@code MessageFormat}. See the annotations for U+0027 Apostrophe in The Unicode
230 * String result = MessageFormat.format(
248 * MessageFormat form = new MessageFormat("The disk \"{1}\" contains {0} file(s).")
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1066 milliseconds