Lines Matching refs:tempUnit
572 std::string tempUnit = unit;
575 if (BYTE_VALUE[i] == tempUnit) {
586 tempUnit = BYTE_VALUE[i - 1];
596 tempUnit = BYTE_VALUE[i];
604 unit = tempUnit;
616 std::string tempUnit = unit;
620 if (DATE_VALUE[i].first == tempUnit) {
630 tempUnit = DATE_VALUE[i - 1].first;
638 tempUnit = DATE_VALUE[i].first;
647 unit = tempUnit;