Home | History | Annotate | Download | only in cintltst

Lines Matching full:terminated

93     /* test null-terminated source and return value of number of UChars required */
103 log_err("Did not get the expected result for null terminated source.\n" );
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
192 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
196 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
201 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
530 log_err_status(status, "%s null terminated source failed. Error: %s\n", testName,u_errorName(status));
540 log_err_status(status, "%s null terminated source and options set failed. Error: %s\n",testName, u_errorName(status));