Home
last modified time | relevance | path

Searched refs:mManyRule (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
H A Dplural_rules.h36 std::string mManyRule = ""; member in OHOS::I18N::PluralRules
/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_rules.cpp32 mManyRule = rules[PluralRuleType::MANY]; in PluralRules()
H A Dplural_format_impl.cpp102 } else if ((mDecimalPluralRules->mManyRuleSize > 0) && ParseDecimalRule(mDecimalPluralRules->mManyRule, in GetPluralRuleIndex()
128 (mDecimalPluralRules->mManyRule.find("v = 0") != std::string::npos)) { in CheckContainsIntegerRule()
239 ParseRule(mPluralRules->mManyRule, mPluralRules->mManyRuleSize, number)) { in GetPluralRuleIndex()

Completed in 1 milliseconds