utilitylibraries/libutils/tsrc/nft/src/test_tlit8towstring_positive.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    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;
       
    32     int retval =ESuccess;
    31     int retval =ESuccess;
    33     int i=0;
    32     int i=0;
    34     while (i<=1000)
    33     while (i<=1000)
    35     {
    34     {
    36   	retval= Tlitc8ToWstring(src,str);
    35   	retval= Tlitc8ToWstring(src,str);