Searched refs:TimeFormatMonthAndYear (Results 1 – 3 of 3) sorted by relevance
80 BASE_I18N_EXPORT string16 TimeFormatMonthAndYear(const Time& time);
242 EXPECT_EQ(ASCIIToUTF16("April 2011"), TimeFormatMonthAndYear(time)); in TEST()267 EXPECT_EQ(ASCIIToUTF16("April 2011"), TimeFormatMonthAndYear(time)); in TEST()
156 string16 TimeFormatMonthAndYear(const Time& time) { in TimeFormatMonthAndYear() function