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

  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 51 * <p>MessageFormat prepares strings for display to users,
56 * <p>A MessageFormat is constructed from a <em>pattern</em> string
59 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
60 * classes in that you create a <code>MessageFormat</code> object with one
62 * method). Factory methods aren't necessary because <code>MessageFormat</code>
79 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
90 * <p>When formatting, MessageFormat takes a collection of argument values
105 * <code>MessageFormat</code> uses patterns of the following form:
147 * only in program syntax, like quoting in MessageFormat.
259 * MessageFormat::format
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
Sample40_PopMsg.java 20 import com.ibm.icu.text.MessageFormat;
48 MessageFormat fmt = new MessageFormat(pattern,defaultLocaleID);
61 System.out.println(MessageFormat.format(info, infoArgs));
Sample50_PopSort.java 23 import com.ibm.icu.text.MessageFormat;
60 MessageFormat fmt = new MessageFormat(pattern,defaultLocaleID);
73 System.out.println(MessageFormat.format(info, infoArgs));
  /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));
81 assertEquals(MessageFormat.format(pattern, oa), f.formatMessage(r));
100 assertEquals(MessageFormat.format(rb.getString("pattern"), oa), f
  /external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
RouteGuideActivity.java 39 import java.text.MessageFormat;
436 logs.append(MessageFormat.format(msg, params));
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 33 * {@icuenhanced java.text.MessageFormat}.{@icu _usage_}
35 * <p>MessageFormat produces concatenated messages in a language-neutral
39 * <p>A MessageFormat contains an array of <em>subformats</em> arranged
41 * template string determine how the MessageFormat will operate during
48 * <p>When formatting, MessageFormat takes a collection of arguments
53 * the MessageFormat to produce the final output string.
56 * <code>MessageFormat</code> differs from the other <code>Format</code>
57 * classes in that you create a <code>MessageFormat</code> object with one
59 * method). The factory methods aren't necessary because <code>MessageFormat</code>
65 * In ICU 3.8 MessageFormat supports named arguments. If a named argumen
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 55 // class MessageFormat
85 // MessageFormat Type List Number, Date, Time or Choice
162 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer);
170 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
231 // Creates a MessageFormat instance based on the pattern.
233 MessageFormat::MessageFormat(const UnicodeString& pattern,
254 MessageFormat::MessageFormat(const UnicodeString& pattern,
276 MessageFormat::MessageFormat(const UnicodeString& pattern
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 50 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.MessageFormat}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
52 * <p>MessageFormat prepares strings for display to users,
57 * <p>A MessageFormat is constructed from a <em>pattern</em> string
60 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
61 * classes in that you create a <code>MessageFormat</code> object with one
63 * method). Factory methods aren't necessary because <code>MessageFormat</code>
80 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
91 * <p>When formatting, MessageFormat takes a collection of argument values
105 * <code>MessageFormat</code> uses patterns of the following form:
146 * only in program syntax, like quoting in MessageFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 49 * {@icuenhanced java.text.MessageFormat}.{@icu _usage_}
51 * <p>MessageFormat prepares strings for display to users,
56 * <p>A MessageFormat is constructed from a <em>pattern</em> string
59 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
60 * classes in that you create a <code>MessageFormat</code> object with one
62 * method). Factory methods aren't necessary because <code>MessageFormat</code>
79 * <p>An argument might have a "complex" type with nested MessageFormat sub-patterns.
90 * <p>When formatting, MessageFormat takes a collection of argument values
104 * <code>MessageFormat</code> uses patterns of the following form:
145 * only in program syntax, like quoting in MessageFormat
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateXMB.java 77 import com.ibm.icu.text.MessageFormat;
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 3300 milliseconds