Home
last modified time | relevance | path

Searched refs:UPluralType (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dupluralrules.h44 enum UPluralType { enum
64 typedef enum UPluralType UPluralType; typedef
95 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status);
Dplurrule.h285 …static PluralRules* U_EXPORT2 forLocale(const Locale& locale, UPluralType type, UErrorCode& status…
308 …static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode…
318 const Locale& locale, UPluralType type, UErrorCode& status);
499 UnicodeString getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& status);
Dplurfmt.h207 PluralFormat(const Locale& locale, UPluralType type, UErrorCode& status);
285 UPluralType type,
576 void init(const PluralRules* rules, UPluralType type, UErrorCode& status);
Dmsgfmt.h877 PluralSelectorProvider(const MessageFormat &mf, UPluralType type);
885 UPluralType type;
Drbnf.h1025 …PluralFormat *createPluralFormat(UPluralType pluralType, const UnicodeString &pattern, UErrorCode&…
/external/icu/icu4c/source/i18n/
Dupluralrules.cpp27 uplrules_openForType(const char *locale, UPluralType type, UErrorCode *status) in uplrules_openForType()
Dplurfmt.cpp70 UPluralType type, in PluralFormat()
124 UPluralType type, in PluralFormat()
172 PluralFormat::init(const PluralRules* rules, UPluralType type, UErrorCode& status) { in init()
Dplurrule.cpp170 const Locale& locale, UPluralType type, UErrorCode& status) { in createSharedInstance()
189 PluralRules::forLocale(const Locale& locale, UPluralType type, UErrorCode& status) { in forLocale()
207 PluralRules::internalForLocale(const Locale& locale, UPluralType type, UErrorCode& status) { in internalForLocale()
631 PluralRules::getRuleFromResource(const Locale& locale, UPluralType type, UErrorCode& errCode) { in getRuleFromResource()
Dnfrule.cpp436 UPluralType pluralType; in extractSubstitutions()
Drbnf.cpp1842 RuleBasedNumberFormat::createPluralFormat(UPluralType pluralType, in createPluralFormat()
Dmsgfmt.cpp1918 MessageFormat::PluralSelectorProvider::PluralSelectorProvider(const MessageFormat &mf, UPluralType in PluralSelectorProvider()