HomeSort by relevance Sort by last modified time
    Searched defs:formatMonth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PagePopupController.cpp 78 String PagePopupController::formatMonth(int year, int zeroBaseMonth)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleMacTest.cpp 81 String formatMonth(const String& localeString, const String& isoString, bool useShortFormat)
185 TEST_F(LocaleMacTest, formatMonth)
187 EXPECT_STREQ("April 2005", formatMonth("en_US", "2005-04", false).utf8().data());
188 EXPECT_STREQ("avril 2005", formatMonth("fr_FR", "2005-04", false).utf8().data());
189 EXPECT_STREQ("2005\xE5\xB9\xB4" "04\xE6\x9C\x88", formatMonth("ja_JP", "2005-04", false).utf8().data());
191 EXPECT_STREQ("Apr 2005", formatMonth("en_US", "2005-04", true).utf8().data());
192 EXPECT_STREQ("avr. 2005", formatMonth("fr_FR", "2005-04", true).utf8().data());
193 EXPECT_STREQ("2005\xE5\xB9\xB4" "04\xE6\x9C\x88", formatMonth("ja_JP", "2005-04", true).utf8().data());

Completed in 223 milliseconds