Searched refs:buffer_cloned (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcnumtst.c2028 UChar buffer_cloned[256]; local
2077 unum_formatDouble(pform_cloned, 3600, buffer_cloned, 256, NULL, &status);
2082 if (u_strcmp(buffer,buffer_cloned)) {
2083 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));

Completed in 110 milliseconds