utilitylibraries/libutils/tsrc/nft/src/test_tptr8towstring_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*)"hellohello") ;
    27     wstring des((const wchar_t*)"hellohello") ;
    28     TPtr8  src((unsigned char *)"Hello World", 11, 35);
    28     TPtr8  src((unsigned char *)"Hello World", 11, 35);
    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= Tptr8ToWstring(src,des);
    33   	retval= Tptr8ToWstring(src,des);
    35     i++;
    34     i++;
    46     printf("Test tptr8towstring positive FAILURE\n");
    45     printf("Test tptr8towstring positive FAILURE\n");
    47     }	
    46     }	
    48     }	
    47     }	
    49     __UHEAP_MARKEND;
    48     __UHEAP_MARKEND;
    50     testResultXml("test_tptr8towstring_positive1");
    49     testResultXml("test_tptr8towstring_positive1");
       
    50 	return;
    51 }
    51 }