Searched refs:PluralFormat (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dplurfmt.h23 * \brief C++ API: PluralFormat object
38 * <code>PluralFormat</code> supports the creation of internationalized
42 * <code>PluralFormat</code> selects the appropriate message based on
59 * <code>PluralFormat</code> deals with this by breaking the problem
75 * <h4>Usage of <code>PluralFormat</code></h4>
78 * rather than using a stand-alone <code>PluralFormat</code>.
80 * This discussion assumes that you use <code>PluralFormat</code> with
123 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
133 * <p>If you need to use <code>PluralFormat</code> with custom rules, you can
135 * <code>PluralFormat</cod
147 class U_I18N_API PluralFormat : public Format { class in inherits:Format
[all...]
H A Dmsgfmt.h116 * pluralStyle: see {@link PluralFormat}
307 * See {@link PluralFormat} and {@link PluralRules} for details.
883 class U_I18N_API PluralSelectorProvider : public PluralFormat::PluralSelector {
/external/icu4c/i18n/
H A Dplurfmt.cpp33 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralFormat)
35 PluralFormat::PluralFormat(UErrorCode& status) function in class:PluralFormat
43 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status) function in class:PluralFormat
51 PluralFormat::PluralFormat(const PluralRules& rules, UErrorCode& status) function in class:PluralFormat
59 PluralFormat::PluralFormat(const Locale& loc, function in class:PluralFormat
69 PluralFormat function in class:PluralFormat
79 PluralFormat::PluralFormat(const Locale& loc, function in class:PluralFormat
90 PluralFormat::PluralFormat(const PluralRules& rules, function in class:PluralFormat
101 PluralFormat::PluralFormat(const Locale& loc, function in class:PluralFormat
113 PluralFormat::PluralFormat(const PluralFormat& other) function in class:PluralFormat
[all...]
H A Dmsgfmt.cpp1016 dynamic_cast<const PluralFormat*>(formatter) ||
1066 int32_t subMsgStart = PluralFormat::findSubMessage(msgPattern, i, pluralProvider, number,
/external/icu4c/test/intltest/
H A Dplurfmts.cpp33 if (exec) logln("TestSuite PluralFormat");
46 * Test various generic API methods of PluralFormat for Basic usage.
51 PluralFormat* plFmt[8];
54 UnicodeString message=UnicodeString("ERROR: PluralFormat basic test");
57 logln(" Testing PluralFormat constructors ...");
70 plFmt[0] = new PluralFormat(status[0]);
71 plFmt[1] = new PluralFormat(*plRules, status[1]);
72 plFmt[2] = new PluralFormat(locale, status[2]);
73 plFmt[3] = new PluralFormat(locale, *plRules, status[3]);
74 plFmt[4] = new PluralFormat(otherPatter
[all...]
H A Dplurfmts.h34 void numberFormatTest(PluralFormat* plFmt,
H A Duobjtest.cpp360 TESTCLASSID_CTOR(PluralFormat, (status));
/external/chromium/chrome/common/
H A Dtime_format.cc116 const std::vector<icu::PluralFormat*>& formatter(FormatType format_type) {
173 std::vector<icu::PluralFormat*> short_formatter_;
174 std::vector<icu::PluralFormat*> time_left_formatter_;
175 std::vector<icu::PluralFormat*> time_elapsed_formatter_;
177 std::vector<icu::PluralFormat*>* time_formats);
178 static icu::PluralFormat* createFallbackFormat(
188 FormatType format_type, std::vector<icu::PluralFormat*>* time_formats) {
224 icu::PluralFormat* format = new icu::PluralFormat(*rules, pattern, err);
238 icu::PluralFormat* TimeFormatte
[all...]
/external/icu4c/common/unicode/
H A Durename.h2094 #define PluralFormat U_ICU_ENTRY_POINT_RENAME(PluralFormat) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds