shortMonthLabel   196 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("Jan", shortMonthLabel("en_US", 0).utf8().data());
shortMonthLabel   198 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("Dec", shortMonthLabel("en_US", 11).utf8().data());
shortMonthLabel   201 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel("fr_FR", 0).utf8().data());
shortMonthLabel   203 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel("fr_FR", 11).utf8().data());
shortMonthLabel   206 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", shortMonthLabel("ja_JP", 0).utf8().data());
shortMonthLabel   208 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", shortMonthLabel("ja_JP", 11).utf8().data());
shortMonthLabel   211 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82\xD0\xB0", shortMonthLabel("ru_RU", 2).utf8().data());
shortMonthLabel   213 Source/web/tests/LocaleICUTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x8F", shortMonthLabel("ru_RU", 4).utf8().data());
shortMonthLabel   309 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Jan", shortMonthLabel("en_US", 0).utf8().data());
shortMonthLabel   311 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Dec", shortMonthLabel("en_US", 11).utf8().data());
shortMonthLabel   314 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel("fr_FR", 0).utf8().data());
shortMonthLabel   316 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel("fr_FR", 11).utf8().data());
shortMonthLabel   319 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("1\xE6\x9C\x88", shortMonthLabel("ja_JP", 0).utf8().data());
shortMonthLabel   321 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("12\xE6\x9C\x88", shortMonthLabel("ja_JP", 11).utf8().data());
shortMonthLabel   324 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82\xD0\xB0", shortMonthLabel("ru_RU", 2).utf8().data());
shortMonthLabel   325 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x8F", shortMonthLabel("ru_RU", 4).utf8().data());
shortMonthLabel   238 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Jan", shortMonthLabel(EnglishUS, 0).utf8().data());
shortMonthLabel   239 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Dec", shortMonthLabel(EnglishUS, 11).utf8().data());
shortMonthLabel   240 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel(FrenchFR, 0).utf8().data());
shortMonthLabel   241 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel(FrenchFR, 11).utf8().data());
shortMonthLabel   242 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("1", shortMonthLabel(JapaneseJP, 0).utf8().data());
shortMonthLabel   243 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("12", shortMonthLabel(JapaneseJP, 11).utf8().data());