Searched refs:RE_EXCEPTION (Results 1 – 3 of 3) sorted by relevance
184 return RegExpImpl::RE_EXCEPTION; in RawMatch()191 return RegExpImpl::RE_EXCEPTION; in RawMatch()198 return RegExpImpl::RE_EXCEPTION; in RawMatch()
79 enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 }; enumerator
511 == RE_EXCEPTION); in IrregexpExecRaw()524 return RE_EXCEPTION; in IrregexpExecRaw()551 if (result == RE_EXCEPTION) { in IrregexpExecRaw()599 if (res == RE_EXCEPTION) { in IrregexpExec()