Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/i18n/
Ddtptngen.cpp958 DistanceInfo tempInfo; in getBestRaw() local
968 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
972 missingFields->setTo(tempInfo); in getBestRaw()
/external/icu4c/i18n/
Ddtptngen.cpp966 DistanceInfo tempInfo; in getBestRaw() local
976 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
980 missingFields->setTo(tempInfo); in getBestRaw()
/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp1040 SVGCharacterLayoutInfo tempInfo(tempChars); in buildLayoutInformation() local
1041 buildLayoutInformation(flowBox, tempInfo); in buildLayoutInformation()