FormatIntWidth2  3520 modules/ts/include/opencv2/ts/ts_gtest.h   static std::string FormatIntWidth2(int value);  // "%02d" for width == 2
FormatIntWidth2  4746 modules/ts/src/ts_gtest.cpp       String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" +
FormatIntWidth2  4747 modules/ts/src/ts_gtest.cpp       String::FormatIntWidth2(time_struct->tm_mday) + "T" +
FormatIntWidth2  4748 modules/ts/src/ts_gtest.cpp       String::FormatIntWidth2(time_struct->tm_hour) + ":" +
FormatIntWidth2  4749 modules/ts/src/ts_gtest.cpp       String::FormatIntWidth2(time_struct->tm_min) + ":" +
FormatIntWidth2  4750 modules/ts/src/ts_gtest.cpp       String::FormatIntWidth2(time_struct->tm_sec);