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 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());
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());
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 334 String LocaleICU::monthFormat()
LocaleWin.cpp 422 String LocaleWin::monthFormat()

Completed in 191 milliseconds