Home
last modified time | relevance | path

Searched refs:ParseDecimalFormula (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/include/
H A Dplural_format_impl.h46 bool ParseDecimalFormula(const std::string &rule, const int ruleSize, int &index, const int *numberInfo,
/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp168 bool curResult = ParseDecimalFormula(rule, ruleSize, i, numberInfo, numberInfoSize); in ParseDecimalRule()
195 !ParseDecimalFormula(rule, ruleSize, i, numberInfo, numberInfoSize)) { in ParseDecimalRule()
203 bool PluralFormatImpl::ParseDecimalFormula(const std::string &rule, const int ruleSize, int &index, in ParseDecimalFormula() function in PluralFormatImpl

Completed in 2 milliseconds