Searched defs:formatMonth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupController.cpp76 String PagePopupController::formatMonth(int year, int zeroBaseMonth) function in class:blink::PagePopupController
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleMacTest.cpp81 String formatMonth(const String& localeString, const String& isoString, bool useShortFormat) function in class:LocaleMacTest
183 TEST_F(LocaleMacTest, formatMonth)
185 EXPECT_STREQ("April 2005", formatMonth("en_US", "2005-04", false).utf8().data());
186 EXPECT_STREQ("avril 2005", formatMonth("fr_FR", "2005-04", false).utf8().data());
187 EXPECT_STREQ("2005\xE5\xB9\xB4" "04\xE6\x9C\x88", formatMonth("ja_JP", "2005-04", false).utf8().data());
189 EXPECT_STREQ("Apr 2005", formatMonth("en_US", "2005-04", true).utf8().data());
190 EXPECT_STREQ("avr. 2005", formatMonth("fr_FR", "2005-04", true).utf8().data());
191 EXPECT_STREQ("2005\xE5\xB9\xB4" "04\xE6\x9C\x88", formatMonth("ja_JP", "2005-04", true).utf8().data());

Completed in 95 milliseconds