utilitylibraries/libutils/tsrc/src/integration_test_scenario18.cpp
branchGCC_SURGE
changeset 45 4b03adbd26ca
parent 22 ddc455616bd6
parent 34 5fae379060a7
equal deleted inserted replaced
42:a16d1cd191f6 45:4b03adbd26ca
    25     __UHEAP_MARK;
    25     __UHEAP_MARK;
    26     {
    26     {
    27     wchar_t* mycharstring = L"hellohello";
    27     wchar_t* mycharstring = L"hellohello";
    28     int retval[10];
    28     int retval[10];
    29     RBuf8 buf;
    29     RBuf8 buf;
       
    30     buf.CreateL(20);
    30     retval[1]= WcharToRbuf8(mycharstring,buf);
    31     retval[1]= WcharToRbuf8(mycharstring,buf);
    31 
    32 
    32     wstring str;
    33     wstring str;
    33     retval[2]= Rbuf8ToWstring(buf,str);
    34     retval[2]= Rbuf8ToWstring(buf,str);
    34 
    35