FrenchFR          159 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("27/04/2005", formatDate(FrenchFR, 2005, April, 27).utf8().data());
FrenchFR          166 Source/web/tests/LocaleWinTest.cpp     EXPECT_EQ(Monday, firstDayOfWeek(FrenchFR));
FrenchFR          176 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("janvier", monthLabel(FrenchFR, January).utf8().data());
FrenchFR          177 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("juin", monthLabel(FrenchFR, June).utf8().data());
FrenchFR          178 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("d\xC3\xA9" "cembre", monthLabel(FrenchFR, December).utf8().data());
FrenchFR          191 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("dim.", weekDayShortLabel(FrenchFR, Sunday).utf8().data());
FrenchFR          192 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("mer.", weekDayShortLabel(FrenchFR, Wednesday).utf8().data());
FrenchFR          193 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("sam.", weekDayShortLabel(FrenchFR, Saturday).utf8().data());
FrenchFR          218 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("MMMM yyyy", monthFormat(FrenchFR).utf8().data());
FrenchFR          225 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("HH:mm:ss", timeFormat(FrenchFR).utf8().data());
FrenchFR          232 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("HH:mm", shortTimeFormat(FrenchFR).utf8().data());
FrenchFR          240 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("janv.", shortMonthLabel(FrenchFR, 0).utf8().data());
FrenchFR          241 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("d\xC3\xA9" "c.", shortMonthLabel(FrenchFR, 11).utf8().data());
FrenchFR          251 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("", timeAMPMLabel(FrenchFR, 0).utf8().data());
FrenchFR          252 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ("", timeAMPMLabel(FrenchFR, 1).utf8().data());
FrenchFR          261 Source/web/tests/LocaleWinTest.cpp     EXPECT_STREQ(",", decimalSeparator(FrenchFR).utf8().data());
FrenchFR          290 Source/web/tests/LocaleWinTest.cpp     testNumberIsReversible(FrenchFR, "123456789012345678901234567890");
FrenchFR          291 Source/web/tests/LocaleWinTest.cpp     testNumberIsReversible(FrenchFR, "-123.456", ",");
FrenchFR          292 Source/web/tests/LocaleWinTest.cpp     testNumberIsReversible(FrenchFR, ".456", ",");
FrenchFR          293 Source/web/tests/LocaleWinTest.cpp     testNumberIsReversible(FrenchFR, "-0.456", ",");