Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 2 of 2) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
Di18n_test.cpp228 std::string expect = "1970年1月7日星期三"; variable
246 std::string expect = "الأربعاء، ٧ يناير، ١٩٧٠"; variable
264 std::string expect = "Wednesday, January 7, 1970"; variable
283 std::string expect = "1970年1月7日星期三"; variable
302 std::string expect = "الأربعاء، ٧ يناير، ١٩٧٠"; variable
321 std::string expect = "Wednesday, January 7, 1970"; variable
523 std::string expect = "1,234,567"; variable
538 int expect = PluralRuleType::ONE; variable
577 int expect = PluralRuleType::FEW; variable
613 int expect = PluralRuleType::ONE; variable
[all …]
/base/telephony/core_service/services/sim/test/
Dtest.cpp310 string expect = result ? "success" : "fail"; in TestHasSimCard() local
336 string expect = (result == simReady) ? "success" : "fail"; in TestGetSimState() local
358 string expect = result ? "success" : "fail"; in TestSetPrimarySlotId() local
369 string expect = (slotId >= INVALID_VALUE) ? "success" : "fail"; in TestGetPrimarySlotId() local
381 string expect = str.empty() ? "fail" : "success"; in TestGetISOCountryCodeForSim() local
393 string expect = strcmp(str.c_str(), "test") ? "success" : "fail"; in TestGetSimSpn() local
407 string expect = str.empty() ? "fail" : "success"; in TestGetSimIccId() local
420 string expect = (result == -1) ? "fail" : "success"; in TestGetSlotId() local
433 string expect = (result == -1) ? "fail" : "success"; in TestGetSimId() local
455 string expect = str.empty() ? "fail" : "success"; in TestGetSimEons() local
[all …]