Home | History | Annotate | Download | only in src

Lines Matching refs:RE_FAILURE

99   enum IrregexpResult { RE_FAILURE = 0, RE_SUCCESS = 1, RE_EXCEPTION = -1 };
115 // If matching fails, returns RE_FAILURE.