Searched refs:TimeFormatShortDate (Results 1 – 6 of 6) sorted by relevance
71 BASE_I18N_EXPORT string16 TimeFormatShortDate(const Time& time);
234 EXPECT_EQ(ASCIIToUTF16("Apr 30, 2011"), TimeFormatShortDate(time)); in TEST()261 EXPECT_EQ(ASCIIToUTF16("30 Apr 2011"), TimeFormatShortDate(time)); in TEST()
131 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() function
74 BASE_I18N_EXPORT std::u16string TimeFormatShortDate(const Time& time);
244 EXPECT_EQ(u"Apr 30, 2011", TimeFormatShortDate(time)); in TEST()269 EXPECT_EQ(u"30 Apr 2011", TimeFormatShortDate(time)); in TEST()
132 std::u16string TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() function