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

  /external/icu/icu4c/source/i18n/unicode/
plurrule.h 25 * \brief C++ API: PluralRules object
37 * Value returned by PluralRules::getUniqueKeywordValue() when there is no
194 class U_I18N_API PluralRules : public UObject {
204 PluralRules(UErrorCode& status);
210 PluralRules(const PluralRules& other);
216 virtual ~PluralRules();
222 PluralRules* clone() const;
228 PluralRules& operator=(const PluralRules&)
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
PluralRules.java 5 public class PluralRules extends TypedResource<List<Plural>> {
6 public PluralRules(List<Plural> data, ResType resType, XmlContext xmlContext) {
  /external/icu/icu4c/source/i18n/
plurrule.cpp 63 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(PluralRules)
66 PluralRules::PluralRules(UErrorCode& /*status*/)
73 PluralRules::PluralRules(const PluralRules& other)
81 PluralRules::~PluralRules() {
89 PluralRules*
90 PluralRules::clone() const
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 46 * A PluralRules object is immutable. It contains caches for sample values, but those are synchronized.
48 * PluralRules is Serializable so that it can be used in formatters, which are serializable.
169 public class PluralRules implements Serializable {
173 // TODO Remove RulesList by moving its API and fields into PluralRules.
215 * Provides access to the predefined <code>PluralRules</code> for a given locale and the plural type.
222 * The locale for which a <code>PluralRules</code> object is returned.
225 * @return The predefined <code>PluralRules</code> object for this locale. If there's no predefined rules for
233 public abstract PluralRules forLocale(ULocale locale, PluralType type);
244 public final PluralRules forLocale(ULocale locale) {
259 * Returns the 'functionally equivalent' locale with respect to plural rules. Calling PluralRules.forLocale wit
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 45 * A PluralRules object is immutable. It contains caches for sample values, but those are synchronized.
47 * PluralRules is Serializable so that it can be used in formatters, which are serializable.
170 public class PluralRules implements Serializable {
174 // TODO Remove RulesList by moving its API and fields into PluralRules.
211 * Provides access to the predefined <code>PluralRules</code> for a given locale and the plural type.
218 * The locale for which a <code>PluralRules</code> object is returned.
221 * @return The predefined <code>PluralRules</code> object for this locale. If there's no predefined rules for
228 public abstract PluralRules forLocale(ULocale locale, PluralType type);
238 public final PluralRules forLocale(ULocale locale) {
252 * Returns the 'functionally equivalent' locale with respect to plural rules. Calling PluralRules.forLocale wit
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 233 milliseconds