HomeSort by relevance Sort by last modified time
    Searched full:str04 (Results 1 - 1 of 1) sorted by null

  /external/astl/tests/
test_string.cpp 137 string str04(data + 15, data + 16);
138 EXPECT_TRUE(str04 == "g");
189 string str04(str01, -1, 0); // invalid index
190 EXPECT_TRUE(str04.c_str() == empty.c_str());
273 const string str04; local
276 EXPECT_TRUE(str03.c_str() == str04.c_str());
280 EXPECT_TRUE(str03.c_str() == str04.c_str());
285 EXPECT_TRUE(str03.c_str() != str04.c_str());
290 EXPECT_TRUE(str03.c_str() == str04.c_str());
493 string str04("bell pants")
    [all...]

Completed in 361 milliseconds