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

  /external/astl/tests/
test_string.cpp 364 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 756 milliseconds