Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java469 TargetInfo fromPivotInfo = sourceToTargetInfo.get(targetUnit); in convertDirect() local
470 if (fromPivotInfo == null) { in convertDirect()
473 if (!toPivotInfo.target.equals(fromPivotInfo.target)) { in convertDirect()
477 Rational fromPivot = fromPivotInfo.unitInfo.convertBackwards(toPivot); in convertDirect()