Searched refs:RE_SUCCESS (Results 1 – 3 of 3) sorted by relevance
250 return RegExpImpl::RE_SUCCESS; in RawMatch()
79 enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 }; enumerator
300 DCHECK_EQ(res, RegExpImpl::RE_SUCCESS); in AtomExec()507 static_cast<int>(NativeRegExpMacroAssembler::SUCCESS) == RE_SUCCESS); in IrregexpExecRaw()547 if (result == RE_SUCCESS) { in IrregexpExecRaw()593 if (res == RE_SUCCESS) { in IrregexpExec()