Home | History | Annotate | Download | only in cintltst

Lines Matching full:newpat

69     const char* newpat[] = { "#0.#", "#0.", "#.0", "#" };
93 u_uastrcpy(unewpat, newpat[i]);
95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) );