Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrs.cpp612 Formattable tempResult; in parse() local
616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
621 result = tempResult; in parse()
635 Formattable tempResult; in parse() local
636 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
638 result = tempResult; in parse()
675 Formattable tempResult; in parse() local
676 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
678 result = tempResult; in parse()
Dnfsubs.cpp721 double tempResult = result.getDouble(status); in doParse() local
745 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
746 result.setDouble(tempResult); in doParse()
946 double tempResult = result.getDouble(status); in doParse() local
947 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
948 result.setDouble(tempResult); in doParse()
Dnfrule.cpp517 int16_t tempResult = (int16_t)(uprv_log((double)baseValue) / uprv_log((double)radix)); in expectedExponent() local
518 int64_t temp = util64_pow(radix, tempResult + 1); in expectedExponent()
520 tempResult += 1; in expectedExponent()
522 return tempResult; in expectedExponent()
/external/chromium/third_party/icu/source/i18n/
Dnfrs.cpp612 Formattable tempResult; in parse() local
616 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
621 result = tempResult; in parse()
635 Formattable tempResult; in parse() local
636 … UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); in parse()
638 result = tempResult; in parse()
675 Formattable tempResult; in parse() local
676 … UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); in parse()
678 result = tempResult; in parse()
Dnfsubs.cpp721 double tempResult = result.getDouble(status); in doParse() local
745 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
746 result.setDouble(tempResult); in doParse()
946 double tempResult = result.getDouble(status); in doParse() local
947 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
948 result.setDouble(tempResult); in doParse()
Dnfrule.cpp517 int16_t tempResult = (int16_t)(uprv_log((double)baseValue) / uprv_log((double)radix)); in expectedExponent() local
518 int64_t temp = util64_pow(radix, tempResult + 1); in expectedExponent()
520 tempResult += 1; in expectedExponent()
522 return tempResult; in expectedExponent()
/external/webkit/WebCore/rendering/
DRenderImage.cpp516 HitTestResult tempResult(result.point()); in nodeAtPoint() local
517 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction); in nodeAtPoint()
525 if (map->mapMouseEvent(mapX, mapY, contentBox.size(), tempResult)) in nodeAtPoint()
526 tempResult.setInnerNonSharedNode(node()); in nodeAtPoint()
531 result = tempResult; in nodeAtPoint()
DRenderLayer.cpp2629 HitTestResult tempResult(result.point()); in hitTestLayer() local
2630 …Layer = m_posZOrderList->at(i)->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect, hi… in hitTestLayer()
2632 result = tempResult; in hitTestLayer()
2645 HitTestResult tempResult(result.point()); in hitTestLayer() local
2646 …RenderLayer* hitLayer = currLayer->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect,… in hitTestLayer()
2648 result = tempResult; in hitTestLayer()
2660 HitTestResult tempResult(result.point()); in hitTestLayer() local
2661 if (hitTestContents(request, tempResult, layerBounds, hitTestPoint, HitTestDescendants) && in hitTestLayer()
2663 result = tempResult; in hitTestLayer()
2674 HitTestResult tempResult(result.point()); in hitTestLayer() local
[all …]