Home | History | Annotate | Download | only in intltest

Lines Matching full:instr1

776         UnicodeString inStr1 = "abcdef this is a test";
784 RegexMatcher *m1 = pat2->matcher(inStr1, status);
787 REGEX_ASSERT(m1->input() == inStr1);
791 m1->reset(inStr1);
792 REGEX_ASSERT(m1->input() == inStr1);
802 m1->reset(inStr1);
805 REGEX_ASSERT(m1->input() == inStr1);
859 m.reset(inStr1);
860 len = inStr1.length();