Lines Matching defs:out
642 UChar *out = NULL;
653 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
655 unum_formatDouble(nf, x, out, lneed+1, &pos, &status);
661 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/
664 if (u_strcmp(out, res) != 0)
667 if(out != NULL) {
668 free(out);
1048 /* Differences pretty far out there */
1072 UChar *out = NULL;
1083 out=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
1085 unum_formatDouble(nf, x, out, lneed+1, &pos, &status);
1091 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/
1094 if (u_strcmp(out, res) != 0)
1095 log_err("FAIL: Expected: \"%s\" Got: \"%s\"\n", expected, austrdup(out) );
1097 if(out != NULL) {
1098 free(out);