Home | History | Annotate | Download | only in cintltst

Lines Matching refs:icuString

989     const UChar *icuString;
1026 icuString = ures_getString(tmp, &len, &status);
1032 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */
1052 if(!u_strcmp(icuString, appString))
1054 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),
1060 __LINE__, u_austrcpy(testMsgBuf, appString), u_austrcpy(testMsgBuf, icuString));