Lines Matching full:full
613 const char *literal = "Need to buy a full face helmet for Lilie.";
624 EXPECT_TRUE(str02 == "buy a full face helmet for Lilie.");
646 full face helmet for Lilie.");
651 EXPECT_TRUE(str04 == "Need to buy a full face helmet for Lilie.");
688 string str01("The full");
693 EXPECT_TRUE(str03 == "The full sentence.");
696 EXPECT_TRUE(str03 == " sentence.The full");
700 EXPECT_TRUE(str03 == "The full sentence.");
702 str03 = "The full" + str02;
703 EXPECT_TRUE(str03 == "The full sentence.");
713 EXPECT_TRUE(str03 == "The full sentence.");
715 str03 = "The full ";
725 EXPECT_TRUE(str03 == "The full sentence.");