utilitylibraries/libutils/tsrc/nft/src/test_tptr16towstring_positive1.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    25     __UHEAP_MARK;	
    25     __UHEAP_MARK;	
    26     {
    26     {
    27     wstring des((const wchar_t*)"hello") ;
    27     wstring des((const wchar_t*)"hello") ;
    28     TPtr16  src((unsigned short *)"",1, 30);
    28     TPtr16  src((unsigned short *)"",1, 30);
    29     int retval=ESuccess;
    29     int retval=ESuccess;
    30     int size=30;
       
    31     int i=0;
    30     int i=0;
    32     while (i<=1000)
    31     while (i<=1000)
    33     {
    32     {
    34   	retval= Tptr16ToWstring(src,des);
    33   	retval= Tptr16ToWstring(src,des);
    35     i++;
    34     i++;