Home
last modified time | relevance | path

Searched refs:expects (Results 1 - 5 of 5) sorted by relevance

/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_test.cpp54 string expects[] = { "Asia/Shanghai", "America/New_York", "Asia/Shanghai", "America/New_York", "", "" }; in HWTEST_F() local
60 EXPECT_EQ(out, expects[i]); in HWTEST_F()
71 string expects[] = { "Asia/Shanghai", "America/Detroit", "" }; in HWTEST_F() local
78 EXPECT_EQ(out, expects[i]); in HWTEST_F()
89 vector<string> expects = { "Asia/Shanghai", "Asia/Urumqi"}; in HWTEST_F() local
94 EXPECT_EQ(expects.size(), out.size()); in HWTEST_F()
95 if (expects.size() == out.size()) { in HWTEST_F()
96 for (decltype(expects.size()) i = 0; i < expects.size(); ++i) { in HWTEST_F()
97 EXPECT_EQ(expects[ in HWTEST_F()
114 vector<string> expects = { "Europe/London" }; HWTEST_F() local
134 vector<string> expects = { "Europe/Berlin", "Europe/Busingen" }; HWTEST_F() local
154 vector<string> expects = { "Asia/Shanghai" }; HWTEST_F() local
179 vector<string> expects = { "Asia/Shanghai" }; HWTEST_F() local
196 vector<string> expects = { "Asia/Shanghai" }; HWTEST_F() local
[all...]
H A Dzone_util_performance_test.cpp59 string expects[] = { "Asia/Shanghai", "America/New_York" }; in HWTEST_F() local
84 string expects[] = { "Asia/Shanghai", "America/Detroit" }; in HWTEST_F() local
110 vector<string> expects = { "Asia/Shanghai", "Asia/Urumqi"}; in HWTEST_F() local
133 vector<string> expects = { "Europe/London" }; in HWTEST_F() local
156 vector<string> expects = { "Europe/Berlin", "Europe/Busingen" }; in HWTEST_F() local
179 vector<string> expects = { "Asia/Shanghai" }; in HWTEST_F() local
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_number_format_test.cpp43 string expects = "+1,23,456.79 euros"; in HWTEST_F() local
59 EXPECT_EQ(out, expects); in HWTEST_F()
73 string expects = "+1,23,456.789"; in HWTEST_F() local
89 EXPECT_EQ(out, expects); in HWTEST_F()
103 string expects = "+1,23,456.789"; in HWTEST_F() local
119 EXPECT_EQ(out, expects); in HWTEST_F()
133 string expects = "+1,23,456.789"; in HWTEST_F() local
149 EXPECT_EQ(out, expects); in HWTEST_F()
163 string expects = "+1,23,456.789"; in HWTEST_F() local
179 EXPECT_EQ(out, expects); in HWTEST_F()
193 string expects = "+1,23,456.789"; HWTEST_F() local
[all...]
H A Dintl_test.cpp141 string expects = "公元1970年1月1日星期四 上午8:20:34"; in HWTEST_F() local
160 EXPECT_EQ(out, expects); in HWTEST_F()
239 string expects = "2 January 1970, 18:17 – 12 January 1970, 18:20"; in HWTEST_F() local
258 EXPECT_EQ(out, expects); in HWTEST_F()
272 string expects = "1970年1月2日金曜日"; in HWTEST_F() local
286 EXPECT_EQ(out, expects); in HWTEST_F()
289 expects = "1970/01/02(金曜日)~1970/01/12(月曜日)"; in HWTEST_F()
291 EXPECT_EQ(out, expects); in HWTEST_F()
303 string expects = "+1,23,456.79 euros"; in HWTEST_F() local
323 EXPECT_EQ(out, expects); in HWTEST_F()
338 string expects = "0,123,456.79米"; HWTEST_F() local
369 string expects = "12,345,678.9%"; HWTEST_F() local
397 string expects = "0,123,456.79"; HWTEST_F() local
437 string expects = "1.234568E5"; HWTEST_F() local
462 string expects = "123 thousand"; HWTEST_F() local
493 std::string expects = "3/11/82"; HWTEST_F() local
546 std::string expects = "123,456.789"; HWTEST_F() local
565 string expects = "北美太平洋标准时间"; HWTEST_F() local
[all...]
H A Dintl_test_extent.cpp496 string expects = "123K"; in HWTEST_F() local
508 EXPECT_EQ(out, expects); in HWTEST_F()

Completed in 11 milliseconds