Home
last modified time | relevance | path

Searched refs:FormatIntWidth2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-string.h148 static std::string FormatIntWidth2(int value); // "%02d" for width == 2
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1621 std::string String::FormatIntWidth2(int value) { in FormatIntWidth2() function in testing::internal::String
3212 String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" + in FormatEpochTimeInMillisAsIso8601()
3213 String::FormatIntWidth2(time_struct->tm_mday) + "T" + in FormatEpochTimeInMillisAsIso8601()
3214 String::FormatIntWidth2(time_struct->tm_hour) + ":" + in FormatEpochTimeInMillisAsIso8601()
3215 String::FormatIntWidth2(time_struct->tm_min) + ":" + in FormatEpochTimeInMillisAsIso8601()
3216 String::FormatIntWidth2(time_struct->tm_sec); in FormatEpochTimeInMillisAsIso8601()