Searched refs:unitKey (Results 1 – 1 of 1) sorted by relevance
494 string unitKey = unit + "-" + measSys; in ComputeFactorValue() local495 if (CONVERT_FACTORS.count(unitKey) > 0) { in ComputeFactorValue()496 factors[0] = CONVERT_FACTORS.at(unitKey)[0]; in ComputeFactorValue()497 factors[1] = CONVERT_FACTORS.at(unitKey)[1]; in ComputeFactorValue()