Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRuleSet.java639 long tempDifference; in findFractionRuleSetRule()
649 tempDifference = numerator * rules[i].getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule()
654 if (leastCommonMultiple - tempDifference < tempDifference) { in findFractionRuleSetRule()
655 tempDifference = leastCommonMultiple - tempDifference; in findFractionRuleSetRule()
662 if (tempDifference < difference) { in findFractionRuleSetRule()
663 difference = tempDifference; in findFractionRuleSetRule()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRuleSet.java640 long tempDifference; in findFractionRuleSetRule()
650 tempDifference = numerator * rules[i].getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule()
655 if (leastCommonMultiple - tempDifference < tempDifference) { in findFractionRuleSetRule()
656 tempDifference = leastCommonMultiple - tempDifference; in findFractionRuleSetRule()
663 if (tempDifference < difference) { in findFractionRuleSetRule()
664 difference = tempDifference; in findFractionRuleSetRule()
/third_party/icu/icu4c/source/i18n/
H A Dnfrs.cpp596 int64_t tempDifference; in findFractionRuleSetRule() local
606 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule()
612 if (leastCommonMultiple - tempDifference < tempDifference) { in findFractionRuleSetRule()
613 tempDifference = leastCommonMultiple - tempDifference; in findFractionRuleSetRule()
620 if (tempDifference < difference) { in findFractionRuleSetRule()
621 difference = tempDifference; in findFractionRuleSetRule()
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrs.cpp596 int64_t tempDifference; in findFractionRuleSetRule() local
606 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule()
612 if (leastCommonMultiple - tempDifference < tempDifference) { in findFractionRuleSetRule()
613 tempDifference = leastCommonMultiple - tempDifference; in findFractionRuleSetRule()
620 if (tempDifference < difference) { in findFractionRuleSetRule()
621 difference = tempDifference; in findFractionRuleSetRule()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.cpp596 int64_t tempDifference; in findFractionRuleSetRule() local
606 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple; in findFractionRuleSetRule()
612 if (leastCommonMultiple - tempDifference < tempDifference) { in findFractionRuleSetRule()
613 tempDifference = leastCommonMultiple - tempDifference; in findFractionRuleSetRule()
620 if (tempDifference < difference) { in findFractionRuleSetRule()
621 difference = tempDifference; in findFractionRuleSetRule()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 8 milliseconds