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

/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp218 /* substr() and substrCP() functions */
221 CHECK_EQUAL(strTest.substrCP(0), "");
223 CHECK_EQUAL(strTest.substrCP(1), "");
230 CHECK_EQUAL(strTest.substrCP(0), strTest.c_str());
233 CHECK_EQUAL(strTest.substrCP(2), "cdefßäbcdef");
236 CHECK_EQUAL(strTest.substrCP(2, 2), "cd");
239 CHECK_EQUAL(strTest.substrCP(6), "ßäbcdef");
242 CHECK_EQUAL(strTest.substrCP(6, 1), "ß");
245 CHECK_EQUAL(strTest.substrCP(7), "äbcdef");
248 CHECK_EQUAL(strTest.substrCP(
[all...]
/vbox/include/iprt/cpp/
H A Dministring.h751 RTCString substrCP(size_t pos = 0, size_t n = npos) const;
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp258 RTCString RTCString::substrCP(size_t pos /*= 0*/, size_t n /*= npos*/) const function in class:RTCString

Completed in 35 milliseconds