Home
last modified time | relevance | path

Searched refs:JSRegExpErrorNoMatch (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/pcre/
Dpcre.h53 const int JSRegExpErrorNoMatch = -1; variable
Dpcre_exec.cpp2121 return JSRegExpErrorNoMatch; in jsRegExpExecute()
/external/webkit/WebCore/platform/text/
DRegularExpression.cpp110 if (result != JSRegExpErrorNoMatch) in match()
/external/webkit/JavaScriptCore/runtime/
DRegExp.cpp243 if (numMatches != JSRegExpErrorNoMatch) in match()