utilitylibraries/libutils/tsrc/src/integration_test_scenario17.cpp
changeset 34 5fae379060a7
parent 31 ce057bb09d0b
child 45 4b03adbd26ca
equal deleted inserted replaced
31:ce057bb09d0b 34:5fae379060a7
    25     __UHEAP_MARK;
    25     __UHEAP_MARK;
    26     {
    26     {
    27     int retval[10];
    27     int retval[10];
    28     wchar_t* mycharstring = L"HelloHello";
    28     wchar_t* mycharstring = L"HelloHello";
    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