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

/external/icu/icu4c/source/i18n/unicode/
H A Dselfmt.h25 * \brief C++ API: SelectFormat object
35 * <p><code>SelectFormat</code> supports the creation of internationalized
42 * <h4>Using <code>SelectFormat</code> for Gender Agreement</h4>
46 * rather than using a stand-alone <code>SelectFormat</code>.</p>
137 * <p>The <code>SelectFormat</code> pattern string defines the phrase output
183 class U_I18N_API SelectFormat : public Format { class in inherits:Format
187 * Creates a new <code>SelectFormat</code> for a given pattern string.
188 * @param pattern the pattern for this <code>SelectFormat</code>.
194 SelectFormat(const UnicodeString& pattern, UErrorCode& status);
200 SelectFormat(cons
[all...]
/external/icu/icu4c/source/i18n/
H A Dselfmt.cpp40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat)
44 SelectFormat::SelectFormat(const UnicodeString& pat, function in class:SelectFormat
49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), function in class:SelectFormat
53 SelectFormat::~SelectFormat() {
57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) {
69 SelectFormat
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestAll.java35 "TestAll$SelectFormat"
119 public static class SelectFormat extends TestGroup { class in class:TestAll
120 public SelectFormat() { method in class:TestAll.SelectFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSelectFormat.java19 * <p><code>SelectFormat</code> supports the creation of internationalized
26 * <h4>Using <code>SelectFormat</code> for Gender Agreement</h4>
30 * rather than using a stand-alone <code>SelectFormat</code>.</p>
119 * <p>The <code>SelectFormat</code> pattern string defines the phrase output
151 public class SelectFormat extends Format{ class in inherits:Format
166 * Creates a new <code>SelectFormat</code> for a given pattern string.
167 * @param pattern the pattern for this <code>SelectFormat</code>.
170 public SelectFormat(String pattern) { method in class:SelectFormat
175 * Resets the <code>SelectFormat</code> object.
206 * Returns the pattern for this <code>SelectFormat</cod
[all...]
/external/messageformat/java/com/ibm/icu/text/
H A DSelectFormat.java19 * <p><code>SelectFormat</code> supports the creation of internationalized
26 * <h4>Using <code>SelectFormat</code> for Gender Agreement</h4>
30 * rather than using a stand-alone <code>SelectFormat</code>.</p>
119 * <p>The <code>SelectFormat</code> pattern string defines the phrase output
151 public class SelectFormat extends Format{ class in inherits:Format
166 * Creates a new <code>SelectFormat</code> for a given pattern string.
167 * @param pattern the pattern for this <code>SelectFormat</code>.
170 public SelectFormat(String pattern) { method in class:SelectFormat
175 * Resets the <code>SelectFormat</code> object.
206 * Returns the pattern for this <code>SelectFormat</cod
[all...]

Completed in 748 milliseconds