Searched defs:parsePat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp3146 RegexPattern *parsePat = NULL; local
3289 parsePat = RegexPattern::compile("<(/?)(r|[0-9]+)>", 0, pe, status);
3293 parseMatcher = parsePat->matcher(unEscapedInput, status);
3556 delete parsePat;
/external/icu4c/test/intltest/
H A Dregextst.cpp3293 RegexPattern *parsePat = NULL; local
3439 parsePat = RegexPattern::compile("<(/?)(r|[0-9]+)>", 0, pe, status);
3443 parseMatcher = parsePat->matcher(unEscapedInput, status);
3706 delete parsePat;

Completed in 70 milliseconds