Searched refs:monthFormat (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DLocaleICUTest.cpp90 String monthFormat(const char* localeString) function in class:LocaleICUTest
93 return locale->monthFormat();
154 TEST_F(LocaleICUTest, monthFormat)
156 EXPECT_STREQ("MMMM yyyy", monthFormat("en_US").utf8().data());
157 EXPECT_STREQ("MMMM yyyy", monthFormat("fr").utf8().data());
158 EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat("ja").utf8().data());
H A DLocaleWinTest.cpp118 String monthFormat(LCID lcid) function in class:LocaleWinTest
121 return locale->monthFormat();
215 TEST_F(LocaleWinTest, monthFormat)
217 EXPECT_STREQ("MMMM, yyyy", monthFormat(EnglishUS).utf8().data());
218 EXPECT_STREQ("MMMM yyyy", monthFormat(FrenchFR).utf8().data());
219 EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat(JapaneseJP).utf8().data());
H A DLocaleMacTest.cpp127 String monthFormat(const String& localeString) function in class:LocaleMacTest
130 return locale->monthFormat();
268 TEST_F(LocaleMacTest, monthFormat)
270 EXPECT_STREQ("MMMM yyyy", monthFormat("en_US").utf8().data());
271 EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat("ja_JP").utf8().data());
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleMac.h57 virtual String monthFormat() OVERRIDE;
H A DLocaleWin.h50 virtual String monthFormat() OVERRIDE;
H A DPlatformLocale.h72 virtual String monthFormat() = 0;
H A DLocaleICU.h56 virtual String monthFormat() OVERRIDE;
H A DLocaleMac.mm189 String LocaleMac::monthFormat()
H A DLocaleICU.cpp334 String LocaleICU::monthFormat() function in class:blink::LocaleICU
H A DPlatformLocale.cpp404 builder.build(formatType == FormatTypeShort ? shortMonthFormat() : monthFormat());
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DMonthInputType.cpp141 layoutParameters.dateTimeFormat = layoutParameters.locale.monthFormat();

Completed in 168 milliseconds