Home
last modified time | relevance | path

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

/external/libchrome/base/i18n/
Dtime_formatting.h80 BASE_I18N_EXPORT string16 TimeFormatMonthAndYear(const Time& time);
Dtime_formatting_unittest.cc242 EXPECT_EQ(ASCIIToUTF16("April 2011"), TimeFormatMonthAndYear(time)); in TEST()
267 EXPECT_EQ(ASCIIToUTF16("April 2011"), TimeFormatMonthAndYear(time)); in TEST()
Dtime_formatting.cc156 string16 TimeFormatMonthAndYear(const Time& time) { in TimeFormatMonthAndYear() function