Searched refs:inStr1 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp776 UnicodeString inStr1 = "abcdef this is a test"; local
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();

Completed in 204 milliseconds