Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrs.cpp522 int64_t tempDifference; in findFractionRuleSetRule() local
532 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule()
538 if (leastCommonMultiple - tempDifference < tempDifference) { in findFractionRuleSetRule()
539 tempDifference = leastCommonMultiple - tempDifference; in findFractionRuleSetRule()
546 if (tempDifference < difference) { in findFractionRuleSetRule()
547 difference = tempDifference; in findFractionRuleSetRule()