Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/include/
H A Dplural_rules.h37 int mManyRuleSize = 0; member in OHOS::I18N::PluralRules
/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_rules.cpp33 mManyRuleSize = ruleSize[PluralRuleType::MANY]; in PluralRules()
H A Dplural_format_impl.cpp102 } else if ((mDecimalPluralRules->mManyRuleSize > 0) && ParseDecimalRule(mDecimalPluralRules->mManyRule, in GetPluralRuleIndex()
103 mDecimalPluralRules->mManyRuleSize, numberInfo, NUMBER_INFO_SIZE)) { in GetPluralRuleIndex()
127 } else if ((mDecimalPluralRules->mManyRuleSize > 0) && in CheckContainsIntegerRule()
238 } else if ((mPluralRules->mManyRuleSize > 0) && in GetPluralRuleIndex()
239 ParseRule(mPluralRules->mManyRule, mPluralRules->mManyRuleSize, number)) { in GetPluralRuleIndex()

Completed in 2 milliseconds