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

/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp272 RTCList<RTCString> spList1 = RTCString("##abcdef##abcdef####abcdef##").split("##", RTCString::RemoveEmptyParts); local
273 RTTESTI_CHECK(spList1.size() == 3);
274 for (size_t i = 0; i < spList1.size(); ++i)
275 RTTESTI_CHECK(spList1.at(i) == "abcdef");

Completed in 32 milliseconds