Searched refs:parseMatcher (Results 1 – 2 of 2) sorted by relevance
196 bool parseMatcher(const CodeGenTarget &Target);488 bool CombineRule::parseMatcher(const CodeGenTarget &Target) { in parseMatcher() function in __anon4718c62b0111::CombineRule661 if (!Rule->parseMatcher(Target)) in makeCombineRule()
3358 RegexMatcher *parseMatcher = NULL; in regex_find() local3509 parseMatcher = parsePat->matcher(unEscapedInput, status); in regex_find()3513 while(parseMatcher->find()) { in regex_find()3514 parseMatcher->appendReplacement(deTaggedInput, "", status); in regex_find()3516 UnicodeString groupNum = parseMatcher->group(2, status); in regex_find()3519 if (parseMatcher->group(1, status) == "/") { in regex_find()3526 if (parseMatcher->group(1, status) == "/") { in regex_find()3533 parseMatcher->appendTail(deTaggedInput); in regex_find()3788 delete parseMatcher; in regex_find()