Lines Matching defs:head
1122 std::size_t head = 0;
1127 head = uri.find(WantBaseTest::URI_STRING_HEAD, pos);
1128 EXPECT_EQ(head, pos);
1129 if (head != std::string::npos) {
1130 pos += head + WantBaseTest::URI_STRING_HEAD.length() - 1;
1214 std::size_t head = 0;
1226 head = result + search.length();
1228 length += head;
1233 EXPECT_GE(result, head);
1249 EXPECT_GE(result, head);
1281 std::size_t head = 0;
1297 head = result + search.length();
1299 length += head;
1304 EXPECT_GE(result, head);
1320 EXPECT_GE(result, head);
1336 EXPECT_GE(result, head);
1373 std::size_t head = 0;
1386 head = result + search.length();
1388 length += head;
1393 EXPECT_GE(result, head);
1413 EXPECT_GE(result, head);
1445 std::size_t head = 0;
1461 head = result + search.length();
1463 length += head;
1468 EXPECT_GE(result, head);
1488 EXPECT_GE(result, head);
1509 EXPECT_GE(result, head);
1599 * @tc.desc: Verify the function when head is not "#Intent".