HomeSort by relevance Sort by last modified time
    Searched refs:monthFormat (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp 90 String monthFormat(const char* localeString)
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());
LocaleWinTest.cpp 118 String monthFormat(LCID lcid)
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());
LocaleMacTest.cpp 127 String monthFormat(const String& localeString)
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/
LocaleWin.h 53 virtual String monthFormat() OVERRIDE;
LocaleICU.h 56 virtual String monthFormat() OVERRIDE;
LocaleMac.h 59 virtual String monthFormat() OVERRIDE;
PlatformLocale.h 72 virtual String monthFormat() = 0;
LocaleMac.mm 191 String LocaleMac::monthFormat()
LocaleICU.cpp 335 String LocaleICU::monthFormat()
PlatformLocale.cpp 404 builder.build(formatType == FormatTypeShort ? shortMonthFormat() : monthFormat());
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
MonthInputType.cpp 147 layoutParameters.dateTimeFormat = layoutParameters.locale.monthFormat();

Completed in 82 milliseconds