Searched refs:kPiece (Results 1 – 1 of 1) sorted by relevance
/hardware/google/aemu/base/ |
D | StringFormat_unittest.cpp | 38 …static const char kPiece[] = "A hospital bed is a parked taxi with the meter running - Groucho Mar… in TEST() local 39 const size_t kPieceLen = sizeof(kPiece) - 1U; in TEST() 40 std::string s = StringFormat("%s%s%s%s%s%s%s", kPiece, kPiece, kPiece, in TEST() 41 kPiece, kPiece, kPiece, kPiece); in TEST() 45 EXPECT_STREQ(kPiece, s2.c_str()) << "Index #" << n; in TEST() 64 …static const char kPiece[] = "A hospital bed is a parked taxi with the meter running - Groucho Mar… in TEST() local 65 const size_t kPieceLen = sizeof(kPiece) - 1U; in TEST() 69 StringAppendFormat(&s, "%s", kPiece); in TEST() 75 EXPECT_STREQ(kPiece, s2.c_str()) << "Index #" << n; in TEST()
|