OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortStandAloneMonthLabel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp
114
String
shortStandAloneMonthLabel
(const char* localeString, unsigned index)
197
EXPECT_STREQ("Jan",
shortStandAloneMonthLabel
("en_US", 0).utf8().data());
199
EXPECT_STREQ("Dec",
shortStandAloneMonthLabel
("en_US", 11).utf8().data());
202
EXPECT_STREQ("janv.",
shortStandAloneMonthLabel
("fr_FR", 0).utf8().data());
204
EXPECT_STREQ("d\xC3\xA9" "c.",
shortStandAloneMonthLabel
("fr_FR", 11).utf8().data());
207
EXPECT_STREQ("1\xE6\x9C\x88",
shortStandAloneMonthLabel
("ja_JP", 0).utf8().data());
209
EXPECT_STREQ("12\xE6\x9C\x88",
shortStandAloneMonthLabel
("ja_JP", 11).utf8().data());
212
EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD1\x80\xD1\x82",
shortStandAloneMonthLabel
("ru_RU", 2).utf8().data());
214
EXPECT_STREQ("\xD0\xBC\xD0\xB0\xD0\xB9",
shortStandAloneMonthLabel
("ru_RU", 4).utf8().data());
LocaleMacTest.cpp
159
String
shortStandAloneMonthLabel
(const String& localeString, unsigned index)
314
EXPECT_STREQ("Jan",
shortStandAloneMonthLabel
("en_US", 0).utf8().data());
316
EXPECT_STREQ("Dec",
shortStandAloneMonthLabel
("en_US", 11).utf8().data());
319
EXPECT_STREQ("janv.",
shortStandAloneMonthLabel
("fr_FR", 0).utf8().data());
321
EXPECT_STREQ("d\xC3\xA9" "c.",
shortStandAloneMonthLabel
("fr_FR", 11).utf8().data());
324
EXPECT_STREQ("1\xE6\x9C\x88",
shortStandAloneMonthLabel
("ja_JP", 0).utf8().data());
326
EXPECT_STREQ("12\xE6\x9C\x88",
shortStandAloneMonthLabel
("ja_JP", 11).utf8().data());
Completed in 331 milliseconds