Searched refs:ParseFormula (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | plural_format_impl.cpp | 216 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 D | plural_format_impl.h | 40 …bool ParseFormula(const std::string &rule, const int ruleSize, int &index, const int number) const;
|