Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Dtime_formatting.h59 BASE_I18N_EXPORT string16 TimeFormatTimeOfDayWithMilliseconds(const Time& time);
Dtime_formatting_unittest.cc101 EXPECT_EQ(clock24h_millis, TimeFormatTimeOfDayWithMilliseconds(time)); in TEST()
139 EXPECT_EQ(clock24h_millis, TimeFormatTimeOfDayWithMilliseconds(time)); in TEST()
Dtime_formatting.cc106 string16 TimeFormatTimeOfDayWithMilliseconds(const Time& time) { in TimeFormatTimeOfDayWithMilliseconds() function