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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c1032 const UChar *appString; local
1086 appString = ures_getString(tmp2, &len, &status);
1093 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */
1096 if(!u_strcmp(icuString, appString))
1099 austrdup(appString));
1104 __LINE__, u_austrcpy(testMsgBuf, appString), u_austrcpy(testMsgBuf, icuString));
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1032 const UChar *appString; local
1086 appString = ures_getString(tmp2, &len, &status);
1093 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */
1096 if(!u_strcmp(icuString, appString))
1099 austrdup(appString));
1104 __LINE__, u_austrcpy(testMsgBuf, appString), u_austrcpy(testMsgBuf, icuString));

Completed in 107 milliseconds