Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_austrcpy

1247         log_err("FAIL: Error in unum_formatDouble result %s instead of %s\n", u_austrcpy(temp1, result), u_austrcpy(temp2, expected) );
1513 u_austrcpy(temp, buffer);
1567 u_austrcpy(temp, buffer);
1577 u_austrcpy(temp, buffer);
1594 u_austrcpy(temp, buffer);
1603 u_austrcpy(temp, buffer);
1618 u_austrcpy(temp, buffer);
1827 u_austrcpy(acurrency, currency);
1886 log_verbose("%s:%d: formatted %.2f into %s\n", testcase, line, myNumber, u_austrcpy(tmpbuf, myString));
2017 log_data_err("Result from cloned formatter not identical to the original. Original: %s Cloned: %s - (Are you missing data?)",u_austrcpy(temp1, buffer),u_austrcpy(temp2,buffer_cloned));