Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dplural_format_impl.cpp288 // Skip the module symbol and obtain the divisor number. in ParseFormula()
290 int divisor = ParseNumber(rule, ruleSize, index); in ParseFormula() local
291 if (divisor == 0) { in ParseFormula()
292 divisor = 1; in ParseFormula()
294 currentNumber = number % divisor; in ParseFormula()

Completed in 1 milliseconds