Searched refs:timeOffsetStr (Results 1 – 2 of 2) sorted by relevance
139 std::ostringstream timeOffsetStr; in savePostCodes() local141 timeOffsetStr << std::fixed; in savePostCodes()143 timeOffsetStr << std::setprecision(4); in savePostCodes()145 timeOffsetStr << static_cast<double>(usTimeOffset) / 1000 / 1000; in savePostCodes()153 timeOffsetStr.str().c_str(), hexCode.str().c_str())); in savePostCodes()
254 std::ostringstream timeOffsetStr; in fillPostCodeEntry() local256 timeOffsetStr << std::fixed; in fillPostCodeEntry()258 timeOffsetStr << std::setprecision(4); in fillPostCodeEntry()260 timeOffsetStr << static_cast<double>(usTimeOffset) / 1000 / 1000; in fillPostCodeEntry()263 std::string timeOffsetString = timeOffsetStr.str(); in fillPostCodeEntry()