Searched refs:otherWidth (Results 1 – 3 of 3) sorted by relevance
155 int32_t otherWidth = 2; in CreateDisplayName() local161 << std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) in CreateDisplayName()162 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_mday in CreateDisplayName()163 << connector << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_hour in CreateDisplayName()164 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_min in CreateDisplayName()165 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec; in CreateDisplayName()
35 static const int otherWidth = 2; variable
1863 << std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) in CreateDisplayName()1864 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_mday in CreateDisplayName()1865 << connector << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_hour in CreateDisplayName()1866 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_min in CreateDisplayName()1867 << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec; in CreateDisplayName()1896 …<< std::setw(otherWidth) << std::setfill(placeholder) << (currentTime.tm_mon + 1) << std::setw(oth… in CreateBurstDisplayName()1897 << std::setfill(placeholder) << currentTime.tm_mday << connector << std::setw(otherWidth) in CreateBurstDisplayName()1898 …<< std::setfill(placeholder) << currentTime.tm_hour << std::setw(otherWidth) << std::setfill(place… in CreateBurstDisplayName()1899 … << currentTime.tm_min << std::setw(otherWidth) << std::setfill(placeholder) << currentTime.tm_sec in CreateBurstDisplayName()