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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c1033 const UChar *icuString; local
1070 icuString = ures_getString(tmp, &len, &status);
1076 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */
1096 if(!u_strcmp(icuString, appString))
1098 log_err("%s:%d: Error! Expected ICU and App root version strings to be DIFFERENT but they are both %s and %s\n", __FILE__, __LINE__, austrdup(icuString),
1104 __LINE__, u_austrcpy(testMsgBuf, appString), u_austrcpy(testMsgBuf, icuString));
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1033 const UChar *icuString; local
1070 icuString = ures_getString(tmp, &len, &status);
1076 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */
1096 if(!u_strcmp(icuString, appString))
1098 log_err("%s:%d: Error! Expected ICU and App root version strings to be DIFFERENT but they are both %s and %s\n", __FILE__, __LINE__, austrdup(icuString),
1104 __LINE__, u_austrcpy(testMsgBuf, appString), u_austrcpy(testMsgBuf, icuString));

Completed in 465 milliseconds