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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1959 UChar buffer_cloned[256]; local
2008 unum_formatDouble(pform_cloned, 3600, buffer_cloned, 256, NULL, &status);
2013 if (u_strcmp(buffer,buffer_cloned)) {
2014 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));
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1962 UChar buffer_cloned[256]; local
2011 unum_formatDouble(pform_cloned, 3600, buffer_cloned, 256, NULL, &status);
2016 if (u_strcmp(buffer,buffer_cloned)) {
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));

Completed in 1226 milliseconds