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 120 String monthFormat(LCID lcid)
123 return locale->monthFormat();
220 TEST_F(LocaleWinTest, monthFormat)
222 EXPECT_STREQ("MMMM, yyyy", monthFormat(EnglishUS).utf8().data());
223 EXPECT_STREQ("MMMM yyyy", monthFormat(FrenchFR).utf8().data());
224 EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat(JapaneseJP).utf8().data());
LocaleMacTest.cpp 129 String monthFormat(const String& localeString)
132 return locale->monthFormat();
272 TEST_F(LocaleMacTest, monthFormat)
274 EXPECT_STREQ("MMMM yyyy", monthFormat("en_US").utf8().data());
275 EXPECT_STREQ("yyyy\xE5\xB9\xB4M\xE6\x9C\x88", monthFormat("ja_JP").utf8().data());
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
PlatformLocale.h 67 virtual String monthFormat() = 0;
LocaleICU.h 58 virtual String monthFormat() OVERRIDE;
PlatformLocale.cpp 347 builder.build(formatType == FormatTypeShort ? shortMonthFormat() : monthFormat());
LocaleICU.cpp 341 String LocaleICU::monthFormat()
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/win/
LocaleWin.h 55 virtual String monthFormat() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/mac/
LocaleMac.h 61 virtual String monthFormat() OVERRIDE;
LocaleMac.mm 194 String LocaleMac::monthFormat()
  /external/chromium_org/third_party/WebKit/Source/core/html/
MonthInputType.cpp 159 layoutParameters.dateTimeFormat = layoutParameters.locale.monthFormat();

Completed in 374 milliseconds