Home | History | Annotate | Download | only in intltest

Lines Matching full:inpat

1660         UnicodeString inpat = UnicodeString(DATA[i], -1, US_INV), exppat = UnicodeString(DATA[i+1], -1, US_INV);
1664 UnicodeSet us(inpat, pos, USET_IGNORE_SPACE, &sym, ec);
1671 if (pos.getIndex() != inpat.length()) {
1673 + inpat + "\": read to "
1675 + inpat.length());