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

/external/icu4c/i18n/unicode/
H A Dplurfmt.h23 * \brief C++ API: PluralFormat object
37 * <code>PluralFormat</code> supports the creation of internationalized
41 * <code>PluralFormat</code> selects the appropriate message based on
58 * <code>PluralFormat</code> deals with this by breaking the problem
74 * <h4>Usage of <code>PluralFormat</code></h4>
76 * This discussion assumes that you use <code>PluralFormat</code> with
96 * rules of the <code>PluralFormat</code> object do not contain a plural case
109 * format patterns. <code>PluralFormat</code> preserves these so that you
110 * can use the strings produced by <code>PluralFormat</code> with other
111 * formatters. If you are using <code>PluralFormat</cod
179 class U_I18N_API PluralFormat : public Format { class in inherits:Format
[all...]
/external/icu4c/i18n/
H A Dplurfmt.cpp32 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralFormat)
36 PluralFormat::PluralFormat(UErrorCode& status) { function in class:PluralFormat
40 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status) { function in class:PluralFormat
44 PluralFormat::PluralFormat(const PluralRules& rules, UErrorCode& status) { function in class:PluralFormat
48 PluralFormat::PluralFormat(const Locale& loc, const PluralRules& rules, UErrorCode& status) { function in class:PluralFormat
52 PluralFormat function in class:PluralFormat
57 PluralFormat::PluralFormat(const Locale& loc, const UnicodeString& pat, UErrorCode& status) { function in class:PluralFormat
62 PluralFormat::PluralFormat(const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) { function in class:PluralFormat
67 PluralFormat::PluralFormat(const Locale& loc, const PluralRules& rules, const UnicodeString& pat, UErrorCode& status) { function in class:PluralFormat
72 PluralFormat::PluralFormat(const PluralFormat& other) : Format(other) { function in class:PluralFormat
[all...]
/external/icu4c/common/unicode/
H A Durename.h2071 #define PluralFormat U_ICU_ENTRY_POINT_RENAME(PluralFormat) macro

Completed in 3348 milliseconds