Searched refs:RE_EXCEPTION (Results 1 – 3 of 3) sorted by relevance
180 return RegExpImpl::RE_EXCEPTION; in RawMatch()187 return RegExpImpl::RE_EXCEPTION; in RawMatch()194 return RegExpImpl::RE_EXCEPTION; in RawMatch()
102 enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 }; enumerator
470 == RE_EXCEPTION); in IrregexpExecRaw()509 if (result == RE_EXCEPTION) { in IrregexpExecRaw()558 if (res == RE_EXCEPTION) { in IrregexpExec()