Searched refs:EXPECT_STR16EQ (Results 1 – 1 of 1) sorted by relevance
/system/core/libutils/ |
D | String16_test.cpp | 32 #define EXPECT_STR16EQ(a, b) EXPECT_TRUE(Char16_tStringEquals(a, b)) macro 36 EXPECT_STR16EQ(u"Verify me", tmp); in TEST() 41 EXPECT_STR16EQ(u"Verify ", tmp); in TEST() 46 EXPECT_STR16EQ(u"Verify me", tmp); in TEST() 51 EXPECT_STR16EQ(u"Verify ", tmp); in TEST() 57 EXPECT_STR16EQ(u"Verify me", tmp); in TEST() 58 EXPECT_STR16EQ(u"Verify me", another); in TEST() 64 EXPECT_STR16EQ(u"Verify me", another); in TEST() 76 EXPECT_STR16EQ(u"New content", tmp); in TEST() 83 EXPECT_STR16EQ(u"Verify meHello", tmp); in TEST() [all …]
|