Home | History | Annotate | Download | only in cintltst

Lines Matching refs:appString

1000     const UChar *appString;
1054 appString = ures_getString(tmp2, &len, &status);
1061 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */
1064 if(!u_strcmp(icuString, appString))
1067 austrdup(appString));
1072 __LINE__, u_austrcpy(testMsgBuf, appString), u_austrcpy(testMsgBuf, icuString));