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

  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 63 goog.provide('goog.i18n.MessageFormat');
72 * Constructor of MessageFormat.
78 goog.i18n.MessageFormat = function(pattern) {
106 goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_ = '\uFDDF_';
114 goog.i18n.MessageFormat.Element_ = {
125 goog.i18n.MessageFormat.BlockType_ = {
140 goog.i18n.MessageFormat.OTHER_ = 'other';
148 goog.i18n.MessageFormat.REGEX_LITERAL_ = new RegExp("'([{}#].*?)'", 'g');
156 goog.i18n.MessageFormat.REGEX_DOUBLE_APOSTROPHE_ = new RegExp("''", 'g');
170 goog.i18n.MessageFormat.prototype.format = function(namedParameters)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 49 * <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::format
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
CharacterPropertyEditor.java 18 import java.text.MessageFormat;
73 MessageFormat.format(ModelMessages.CharacterPropertyEditor_notValid, text));
DoubleObjectPropertyEditor.java 18 import java.text.MessageFormat;
85 MessageFormat.format(ModelMessages.DoubleObjectPropertyEditor_notValidDouble, text));
DoublePropertyEditor.java 18 import java.text.MessageFormat;
77 MessageFormat.format(ModelMessages.DoublePropertyEditor_notValidDouble, text));
FloatPropertyEditor.java 18 import java.text.MessageFormat;
76 MessageFormat.format(ModelMessages.FloatPropertyEditor_notValidFloat, text));
IntegerObjectPropertyEditor.java 18 import java.text.MessageFormat;
85 MessageFormat.format(ModelMessages.IntegerObjectPropertyEditor_notValidInt, text));
IntegerPropertyEditor.java 18 import java.text.MessageFormat;
77 MessageFormat.format(ModelMessages.IntegerPropertyEditor_notValidInt, text));
LongObjectPropertyEditor.java 18 import java.text.MessageFormat;
85 MessageFormat.format(ModelMessages.LongObjectPropertyEditor_notValidLong, text));
LongPropertyEditor.java 18 import java.text.MessageFormat;
76 MessageFormat.format(ModelMessages.LongPropertyEditor_notValidLong, text));
ShortObjectPropertyEditor.java 18 import java.text.MessageFormat;
85 MessageFormat.format(ModelMessages.ShortObjectPropertyEditor_notValidShort, text));
ShortPropertyEditor.java 18 import java.text.MessageFormat;
76 MessageFormat.format(ModelMessages.ShortPropertyEditor_notValidShort, text));
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 49 * <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::format
    [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/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 51 // class MessageFormat
81 // MessageFormat Type List Number, Date, Time or Choice
158 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer);
166 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
227 // Creates a MessageFormat instance based on the pattern.
229 MessageFormat::MessageFormat(const UnicodeString& pattern,
250 MessageFormat::MessageFormat(const UnicodeString& pattern,
272 MessageFormat::MessageFormat(const UnicodeString& pattern
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 51 // class MessageFormat
81 // MessageFormat Type List Number, Date, Time or Choice
158 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer);
166 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(MessageFormat)
227 // Creates a MessageFormat instance based on the pattern.
229 MessageFormat::MessageFormat(const UnicodeString& pattern,
250 MessageFormat::MessageFormat(const UnicodeString& pattern,
272 MessageFormat::MessageFormat(const UnicodeString& pattern
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 652 milliseconds