Home
last modified time | relevance | path

Searched refs:ParseFormula (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp216 return ParseFormula(rule, ruleSize, index, currentNumber); in ParseDecimalFormula()
250 bool curResult = ParseFormula(rule, ruleSize, i, number); in ParseRule()
276 } else if ((nextSymbolIndex >= ruleSize) && !ParseFormula(rule, ruleSize, i, number)) { in ParseRule()
284 bool PluralFormatImpl::ParseFormula(const std::string &rule, const int ruleSize, int &index, const … in ParseFormula() function in PluralFormatImpl
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dplural_format_impl.h40 …bool ParseFormula(const std::string &rule, const int ruleSize, int &index, const int number) const;