Searched defs:jnList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp292 RTCList<RTCString> jnList; local
293 strTest = RTCString::join(jnList);
295 strTest = RTCString::join(jnList, "##");
298 jnList.append("abcdef");
299 strTest = RTCString::join(jnList, "##");
302 jnList.append("abcdef");
303 strTest = RTCString::join(jnList, ";");
307 jnList.append("abcdef");
308 strTest = RTCString::join(jnList);
310 strTest = RTCString::join(jnList, "##");
[all...]

Completed in 42 milliseconds