HomeSort by relevance Sort by last modified time
    Searched defs:monthFormat (Results 1 - 5 of 5) 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());
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());
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());
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleICU.cpp 341 String LocaleICU::monthFormat()
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/win/
LocaleWin.cpp 421 String LocaleWin::monthFormat()

Completed in 178 milliseconds