Searched refs:ParseDecimalFormula (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | plural_format_impl.h | 46 bool ParseDecimalFormula(const std::string &rule, const int ruleSize, int &index, const int *numberInfo,
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | plural_format_impl.cpp | 168 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