utilitylibraries/libutils/tsrc/nft/src/test_tlit8towstring_positive.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    26     {
    26     {
    27     _LIT8(Kname,"tlit8tochar");
    27     _LIT8(Kname,"tlit8tochar");
    28     TBuf8 <20>src;
    28     TBuf8 <20>src;
    29     src.Copy(Kname);
    29     src.Copy(Kname);
    30     wstring str;
    30     wstring str;
       
    31     int size=10;
    31     int retval =ESuccess;
    32     int retval =ESuccess;
    32     int i=0;
    33     int i=0;
    33     while (i<=1000)
    34     while (i<=1000)
    34     {
    35     {
    35   	retval= Tlitc8ToWstring(src,str);
    36   	retval= Tlitc8ToWstring(src,str);