Home
last modified time | relevance | path

Searched refs:TimeDurationFormatWithSeconds (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/i18n/
Dtime_formatting.h124 BASE_I18N_EXPORT bool TimeDurationFormatWithSeconds(
Dtime_formatting_unittest.cc61 EXPECT_TRUE(TimeDurationFormatWithSeconds(delta, width, &str)) in TimeDurationFormatWithSecondsString()
343 TEST(TimeFormattingTest, TimeDurationFormatWithSeconds) { in TEST() argument
Dtime_formatting.cc220 bool TimeDurationFormatWithSeconds(const TimeDelta time, in TimeDurationFormatWithSeconds() function