Searched refs:more_text (Results 1 - 1 of 1) sorted by relevance

/external/astl/tests/
H A Dtest_string.cpp364 const char more_text[] = {'l','a','d','y',' ','g','a','g','a'}; local
367 str9.append(more_text, ARRAYSIZE(more_text));
368 EXPECT_TRUE(str9 == string(more_text, ARRAYSIZE(more_text)));
463 const char more_text[] = {'l','a','d','y',' ','g','a','g','a'}; local
466 for (size_t i = 0; i < ARRAYSIZE(more_text); ++i)
468 str9 += more_text[i];
475 string str10(more_text, ARRAYSIZE(more_text));
[all...]

Completed in 242 milliseconds