Home
last modified time | relevance | path

Searched refs:FixedTime (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DTimeTool.cpp49 now << FixedTime(utcTime.tm_year + BASE_YEAR, fixedTimeWidth4); in FormateTimeNow()
51 now << FixedTime(utcTime.tm_mon + 1, fixedTimeWidth2); in FormateTimeNow()
53 now << FixedTime(utcTime.tm_mday, fixedTimeWidth2); in FormateTimeNow()
55 now << FixedTime(utcTime.tm_hour, fixedTimeWidth2) ; in FormateTimeNow()
57 now << FixedTime(utcTime.tm_min, fixedTimeWidth2); in FormateTimeNow()
59 now << FixedTime(utcTime.tm_sec, fixedTimeWidth2); in FormateTimeNow()
61 now << FixedTime(msTime % MILLISECOND_PERSECOND, fixedTimeWidth3); in FormateTimeNow()
65 std::string TimeTool::FixedTime(int32_t time, int32_t width) in FixedTime() function in TimeTool
H A DTimeTool.h28 static std::string FixedTime(int32_t time, int32_t width);

Completed in 1 milliseconds