Searched refs:yearWidth (Results 1 – 3 of 3) sorted by relevance
154 int32_t yearWidth = 4; in CreateDisplayName() local160 …ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYe… in CreateDisplayName()
34 static const int yearWidth = 4; variable
1862 …ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYe… in CreateDisplayName()1895 …ss << prefix << std::setw(yearWidth) << std::setfill(placeholder) << currentTime.tm_year + startYe… in CreateBurstDisplayName()