Home
last modified time | relevance | path

Searched refs:ignoreValues (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.c1163 ParseMinMaxQuantifier(CompilerState *state, BOOL ignoreValues) in ParseMinMaxQuantifier() argument
1175 if (!ignoreValues && min == OVERFLOW_VALUE) in ParseMinMaxQuantifier()
1184 if (!ignoreValues && max == OVERFLOW_VALUE) in ParseMinMaxQuantifier()
1186 if (!ignoreValues && min > max) in ParseMinMaxQuantifier()
/reactos/dll/win32/vbscript/
H A Dregexp.c1163 ParseMinMaxQuantifier(CompilerState *state, BOOL ignoreValues) in ParseMinMaxQuantifier() argument
1175 if (!ignoreValues && min == OVERFLOW_VALUE) in ParseMinMaxQuantifier()
1184 if (!ignoreValues && max == OVERFLOW_VALUE) in ParseMinMaxQuantifier()
1186 if (!ignoreValues && min > max) in ParseMinMaxQuantifier()