weekDayShortLabel  246 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Sun", weekDayShortLabel("en_US", Sunday).utf8().data());
weekDayShortLabel  247 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Wed", weekDayShortLabel("en_US", Wednesday).utf8().data());
weekDayShortLabel  248 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("Sat", weekDayShortLabel("en_US", Saturday).utf8().data());
weekDayShortLabel  250 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("dim.", weekDayShortLabel("fr_FR", Sunday).utf8().data());
weekDayShortLabel  251 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("mer.", weekDayShortLabel("fr_FR", Wednesday).utf8().data());
weekDayShortLabel  252 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("sam.", weekDayShortLabel("fr_FR", Saturday).utf8().data());
weekDayShortLabel  254 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE6\x97\xA5", weekDayShortLabel("ja_JP", Sunday).utf8().data());
weekDayShortLabel  255 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE6\xB0\xB4", weekDayShortLabel("ja_JP", Wednesday).utf8().data());
weekDayShortLabel  256 Source/web/tests/LocaleMacTest.cpp     EXPECT_STREQ("\xE5\x9C\x9F", weekDayShortLabel("ja_JP", Saturday).utf8().data());
weekDayShortLabel  187 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Sun", weekDayShortLabel(EnglishUS, Sunday).utf8().data());
weekDayShortLabel  188 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Wed", weekDayShortLabel(EnglishUS, Wednesday).utf8().data());
weekDayShortLabel  189 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("Sat", weekDayShortLabel(EnglishUS, Saturday).utf8().data());
weekDayShortLabel  191 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("dim.", weekDayShortLabel(FrenchFR, Sunday).utf8().data());
weekDayShortLabel  192 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("mer.", weekDayShortLabel(FrenchFR, Wednesday).utf8().data());
weekDayShortLabel  193 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("sam.", weekDayShortLabel(FrenchFR, Saturday).utf8().data());
weekDayShortLabel  195 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE6\x97\xA5", weekDayShortLabel(JapaneseJP, Sunday).utf8().data());
weekDayShortLabel  196 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE6\xB0\xB4", weekDayShortLabel(JapaneseJP, Wednesday).utf8().data());
weekDayShortLabel  197 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("\xE5\x9C\x9F", weekDayShortLabel(JapaneseJP, Saturday).utf8().data());