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

/libcore/ojluni/src/main/java/java/text/
H A DMessageFormat.java54 * <code>MessageFormat</code> provides a means to produce concatenated
59 * <code>MessageFormat</code> takes a set of objects, formats them, then
64 * <code>MessageFormat</code> differs from the other <code>Format</code>
65 * classes in that you create a <code>MessageFormat</code> object with one
67 * method). The factory methods aren't necessary because <code>MessageFormat</code>
74 * <code>MessageFormat</code> uses patterns of the following form:
134 * bundle source files) which strings will be processed by {@code MessageFormat}.
227 * The first example uses the static method <code>MessageFormat.format</code>,
228 * which internally creates a <code>MessageFormat</code> for one-time use:
233 * String result = MessageFormat
345 public class MessageFormat extends Format { class in inherits:Format
361 public MessageFormat(String pattern) { method in class:MessageFormat
379 public MessageFormat(String pattern, Locale locale) { method in class:MessageFormat
[all...]

Completed in 159 milliseconds