Home | History | Annotate | Download | only in intltest

Lines Matching refs:pMatcher

5166     RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE, status);
5172 pMatcher->reset(str);
5174 pMatcher->matches(status);
5176 delete pMatcher;
5185 RegexMatcher* const pMatcher = new RegexMatcher(".", 0, status);
5189 int32_t numFields = pMatcher->split(text, splits, 10, status);
5192 delete pMatcher;