Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUnitConverter.java527 TargetInfo toPivotInfo = sourceToTargetInfo.get(sourceUnit); in convertDirect() local
528 if (toPivotInfo == null) { in convertDirect()
535 if (!toPivotInfo.target.equals(fromPivotInfo.target)) { in convertDirect()
538 Rational toPivot = toPivotInfo.unitInfo.convert(source); in convertDirect()