Home | History | Annotate | Download | only in intltest

Lines Matching refs:newpat

213     const char* newpat[] = { "#0.#", "#0.", "#.0", "#" };
221 if (!(newp == newpat[i]))
222 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +