Lines Matching full:buffer_cloned
1949 UChar buffer_cloned[256];
1998 unum_formatDouble(pform_cloned, 3600, buffer_cloned, 256, NULL, &status);
2003 if (u_strcmp(buffer,buffer_cloned)) {
2004 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));