Home | History | Annotate | Download | only in cintltst

Lines Matching refs:log_verbose

56     log_verbose("Testing the API uprv_modf()\n");
65 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
67 log_verbose("Testing the API uprv_fmod()\n");
71 log_verbose("Testing the API uprv_ceil()\n");
75 log_verbose("Testing the API uprv_floor()\n");
79 log_verbose("Testing the API uprv_fabs()\n");
83 log_verbose("Testing the API uprv_fmax()\n");
86 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
90 log_verbose("Testing the API uprv_fmin()\n");
93 log_verbose("Testing the API uprv_fmin() with x value= NaN\n");
97 log_verbose("Testing the API uprv_max()\n");
100 log_verbose("Testing the API uprv_min()\n");
103 log_verbose("Testing the API uprv_trunc()\n");
110 log_verbose("Testing the API uprv_pow10()\n");
113 log_verbose("Testing the API uprv_isNegativeInfinity()\n");
118 log_verbose("Testing the API uprv_isPositiveInfinity()\n");
123 log_verbose("Testing the API uprv_isInfinite()\n");
130 log_verbose("Testing the API uprv_digitsAfterDecimal()....\n");
142 log_verbose("Testing the API u_errorName()...\n");
147 log_verbose("Testing the API u_errorName()...\n");
152 log_verbose("Testing the API u_errorName().. with BOGUS ERRORCODE...\n");
164 log_verbose("Testing chars to UChars\n");
179 log_verbose("Testing UChars to chars\n");
190 log_verbose("Testing uprv_timezone()....\n");
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
195 log_verbose("***** WARNING: If testing in the PST timezone, t_timezone should return 28800! *****");
215 log_verbose("Testing the API u_versionToString().....\n");
220 log_verbose("Testing the API u_versionToString().....with versionArray=NULL\n");
225 log_verbose("Testing the API u_versionToString().....with versionArray=NULL\n");
230 log_verbose("Testing the API u_versionToString().....with versionString=NULL\n");
236 log_verbose("Testing the API u_versionToString().....\n");
259 log_verbose("Testing the API u_versionFromString() ....\n");
265 log_verbose("Testing the API u_versionFromString() where versionArray=NULL....\n");
272 log_verbose("Testing the API u_getVersion().....\n");
279 log_verbose("Testing u_versionFromUString...\n");
292 log_verbose(" from UString: %s\n", versionString);
319 log_verbose("Testing memcmp()\n");
339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str);
344 log_verbose("%d: %s (%d) %s, OK (inverse)\n", (j/3), v2str, invop, v1str);
400 log_verbose("OK: IEEEremainder(%f, %f) is %f\n", x, y, result);
485 log_verbose("\n%s:%d: Beginning test of uprv_aestrncpy(dst, src, %d)\n", __FILE__, line, len);
491 log_verbose("\n%s:%d: OK - compared OK.", __FILE__, line);
492 log_verbose("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect));
493 log_verbose("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
572 log_verbose("Testing findBaseName()\n");
577 log_verbose("Test case [%d/%d]: %s\n", i, count-1, input);
580 log_verbose(" -> %s PASS\n", result);
666 log_verbose("Testing findDirname()\n");
674 log_verbose("Test case [%d/%d]: %s\n", i, count-1, input);
676 log_verbose(" -> %s, \n", u_errorName(status));
678 log_verbose("FAIL: Test case [%d/%d]: %s got error code %s but expected %s\n", i, count-1, input, u_errorName(status), u_errorName(testCases[i].expectStatus));
681 log_verbose(" = -> %s \n", result);