Home | History | Annotate | Download | only in cintltst

Lines Matching defs:out

639     UChar *out = NULL;
650 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
652 unum_formatDouble(nf, x, out, lneed+1, &pos, &status);
658 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/
661 if (u_strcmp(out, res) != 0)
664 if(out != NULL) {
665 free(out);
1013 /* Differences pretty far out there */
1037 UChar *out = NULL;
1048 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
1050 unum_formatDouble(nf, x, out, lneed+1, &pos, &status);
1056 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/
1059 if (u_strcmp(out, res) != 0)
1060 log_err("FAIL: Expected: \"%s\" Got: \"%s\"\n", expected, austrdup(out) );
1062 if(out != NULL) {
1063 free(out);