Home
last modified time | relevance | path

Searched defs:str02 (Results 1 – 1 of 1) sorted by relevance

/external/astl/tests/
Dtest_string.cpp129 string str02(data, data + 1); in testConstructorPointers() local
152 string str02(10, 'c'); in testConstructorRepeatChar() local
181 string str02(str01, 17, 1); // invalid index in testConstructorInvalidValues() local
222 string str02; in testCString() local
256 string str02("7 chars"); in testReserve() local
453 string str02("bell moto"); in testCompare() local
496 string str02("test"); in testSwap() local
531 string str02(i, 'x'); in testAccessor() local
559 string str02; in testAssignment() local
614 string str02(" sentence."); in testConcat() local
[all …]