Searched refs:unitSystem (Results 1 – 1 of 1) sorted by relevance
583 public String getSpecialBaseUnit(String quantity, Set<UnitSystem> unitSystem) { in getSpecialBaseUnit() argument584 if (unitSystem.contains(UnitSystem.ussystem) || unitSystem.contains(UnitSystem.uksystem)) { in getSpecialBaseUnit()586 … case "volume": return unitSystem.contains(UnitSystem.uksystem) ? "gallon-imperial" : "gallon"; in getSpecialBaseUnit()