Searched refs:getScriptRegexpMatchesByLines (Results 1 – 1 of 1) sorted by relevance
60 static Vector<pair<int, String> > getScriptRegexpMatchesByLines(const ScriptRegexp* regex, const St… in getScriptRegexpMatchesByLines() function122 Vector<pair<int, String> > matches = getScriptRegexpMatchesByLines(regex.get(), text); in searchInTextByLines()