Home
last modified time | relevance | path

Searched refs:TimeFormatShortDateNumeric (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/i18n/
H A Dtime_formatting_unittest.cc235 EXPECT_EQ(ASCIIToUTF16("4/30/11"), TimeFormatShortDateNumeric(time)); in TEST()
262 EXPECT_EQ(ASCIIToUTF16("30/04/2011"), TimeFormatShortDateNumeric(time)); in TEST()
H A Dtime_formatting.h74 BASE_I18N_EXPORT string16 TimeFormatShortDateNumeric(const Time& time);
H A Dtime_formatting.cc137 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() function
/aosp_15_r20/external/cronet/base/i18n/
H A Dtime_formatting_unittest.cc249 EXPECT_EQ(u"4/30/11", TimeFormatShortDateNumeric(time)); in TEST()
274 EXPECT_EQ(u"30/04/2011", TimeFormatShortDateNumeric(time)); in TEST()
H A Dtime_formatting.h79 BASE_I18N_EXPORT std::u16string TimeFormatShortDateNumeric(const Time& time);
H A Dtime_formatting.cc151 std::u16string TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric() function