Home | History | Annotate | Download | only in cintltst

Lines Matching full:unewp

65     UChar *unewp=NULL;
87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
88 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status);
94 if(u_strcmp(unewp, unewpat) != 0)
95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) );
113 free(unewp);