HomeSort by relevance Sort by last modified time
    Searched refs:PluralFormat (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/unicode/
plurfmt.h 23 * \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
72 * <h4>Usage of <code>PluralFormat</code></h4>
74 * This discussion assumes that you use <code>PluralFormat</code> with
93 * rules of the <code>PluralFormat</code> object do not contain a plural case
106 * format patterns. <code>PluralFormat</code> preserves these so that you
107 * can use the strings produced by <code>PluralFormat</code> with other
108 * formatters. If you are using <code>PluralFormat</code> inside
    [all...]
  /external/icu4c/i18n/
plurfmt.cpp 32 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralFormat)
36 PluralFormat::PluralFormat(UErrorCode& status) {
40 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status) {
44 PluralFormat::PluralFormat(const PluralRules& rules, UErrorCode& status) {
48 PluralFormat::PluralFormat(const Locale& loc, const PluralRules& rules, UErrorCode& status) {
52 PluralFormat::PluralFormat(const UnicodeString& pat, UErrorCode& status)
    [all...]
msgfmt.cpp 837 else if (fmt->getDynamicClassID() == PluralFormat::getStaticClassID()) {
839 appendTo += ((PluralFormat*)fmt)->toPattern(buffer);
    [all...]
  /external/icu4c/test/intltest/
plurfmts.h 32 void numberFormatTest(PluralFormat* plFmt,
plurfmts.cpp 34 if (exec) logln("TestSuite PluralFormat");
45 * Test various generic API methods of PluralFormat for Basic usage.
50 PluralFormat* plFmt[8];
53 UnicodeString message=UnicodeString("ERROR: PluralFormat basic test");
56 logln(" Testing PluralFormat constructors ...");
69 plFmt[0] = new PluralFormat(status[0]);
70 plFmt[1] = new PluralFormat(*plRules, status[1]);
71 plFmt[2] = new PluralFormat(locale, status[2]);
72 plFmt[3] = new PluralFormat(locale, *plRules, status[3]);
73 plFmt[4] = new PluralFormat(otherPattern, status[4])
    [all...]
uobjtest.cpp 259 TESTCLASSID_CTOR(PluralFormat, (status));
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 325 milliseconds