Home | History | Annotate | Download | only in cintltst

Lines Matching defs:source

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));
140 /* test source with lengthand return value of number of UChars required*/
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
157 log_err( "Did not get the expected error for %s with source length. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
171 log_err("Did not get the expected result for %s with source length and both options set.\n",testName);
174 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
179 log_err( "Did not get the expected error for %s with source length and 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));
215 log_err("Did not get the expected result for %s with source length and both options set.\n",testName);
218 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName);
223 log_err( "Did not get the expected error for %s with source length and 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));
575 UChar source[MAX_DEST_SIZE]={0},
600 u_strcat(source, www);
614 source[4]=0;
615 u_strncat(source,unicodeIn[i], u_strlen(unicodeIn[i]));
616 u_strcat(source,com);
619 src = source;