utilitylibraries/libutils/tsrc/nft/src/test_tptr8towstring_positive1.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    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;
    30     int i=0;
    31     int i=0;
    31     while (i<=1000)
    32     while (i<=1000)
    32     {
    33     {
    33   	retval= Tptr8ToWstring(src,des);
    34   	retval= Tptr8ToWstring(src,des);
    34     i++;
    35     i++;
    45     printf("Test tptr8towstring positive FAILURE\n");
    46     printf("Test tptr8towstring positive FAILURE\n");
    46     }	
    47     }	
    47     }	
    48     }	
    48     __UHEAP_MARKEND;
    49     __UHEAP_MARKEND;
    49     testResultXml("test_tptr8towstring_positive1");
    50     testResultXml("test_tptr8towstring_positive1");
    50 	return;
       
    51 }
    51 }