Searched refs:TimeFormatShortDateNumeric (Results 1 – 6 of 6) sorted by relevance
235 EXPECT_EQ(ASCIIToUTF16("4/30/11"), TimeFormatShortDateNumeric(time)); in TEST()262 EXPECT_EQ(ASCIIToUTF16("30/04/2011"), TimeFormatShortDateNumeric(time)); in TEST()
74 BASE_I18N_EXPORT string16 TimeFormatShortDateNumeric(const Time& time);
137 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() function
249 EXPECT_EQ(u"4/30/11", TimeFormatShortDateNumeric(time)); in TEST()274 EXPECT_EQ(u"30/04/2011", TimeFormatShortDateNumeric(time)); in TEST()
79 BASE_I18N_EXPORT std::u16string TimeFormatShortDateNumeric(const Time& time);
151 std::u16string TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() function