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

/external/icu4c/test/intltest/
H A Dregextst.cpp3958 RegexPattern* linePat = RegexPattern::compile(UNICODE_STRING_SIMPLE("(.+?)[\\r\\n]+"), 0, pe, status); local
3963 RegexMatcher* lineMat = linePat->matcher(testDataString, status);
4267 delete linePat;
4327 RegexPattern* linePat = RegexPattern::compile(UNICODE_STRING_SIMPLE("(.+?)[\\r\\n]+"), 0, pe, status); local
4332 RegexMatcher* lineMat = linePat->matcher(testDataString, status);
4655 delete linePat;

Completed in 42 milliseconds