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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurfmt.h 19 * \brief C++ API: PluralFormat object
34 * <code>PluralFormat</code> supports the creation of internationalized
38 * <code>PluralFormat</code> selects the appropriate message based on
55 * <code>PluralFormat</code> deals with this by breaking the problem
71 * <h4>Usage of <code>PluralFormat</code></h4>
74 * rather than using a stand-alone <code>PluralFormat</code>.
76 * This discussion assumes that you use <code>PluralFormat</code> with
119 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
129 * <p>If you need to use <code>PluralFormat</code> with custom rules, you can
131 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
plurfmt.h 19 * \brief C++ API: PluralFormat object
34 * <code>PluralFormat</code> supports the creation of internationalized
38 * <code>PluralFormat</code> selects the appropriate message based on
55 * <code>PluralFormat</code> deals with this by breaking the problem
71 * <h4>Usage of <code>PluralFormat</code></h4>
74 * rather than using a stand-alone <code>PluralFormat</code>.
76 * This discussion assumes that you use <code>PluralFormat</code> with
119 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
129 * <p>If you need to use <code>PluralFormat</code> with custom rules, you can
131 * <code>PluralFormat</code>'s constructor. If you also specify a locale in thi
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurfmt.cpp 30 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralFormat)
32 PluralFormat::PluralFormat(UErrorCode& status)
40 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status)
48 PluralFormat::PluralFormat(const PluralRules& rules, UErrorCode& status)
56 PluralFormat::PluralFormat(const Locale& loc,
66 PluralFormat::PluralFormat(const Locale& loc
    [all...]
  /external/icu/icu4c/source/i18n/
plurfmt.cpp 30 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralFormat)
32 PluralFormat::PluralFormat(UErrorCode& status)
40 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status)
48 PluralFormat::PluralFormat(const PluralRules& rules, UErrorCode& status)
56 PluralFormat::PluralFormat(const Locale& loc,
66 PluralFormat::PluralFormat(const Locale& loc
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 261 milliseconds