Home
last modified time | relevance | path

Searched refs:quantifier (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.c211 } quantifier; member
1231 goto quantifier; in ParseQuantifier()
1240 goto quantifier; in ParseQuantifier()
1249 goto quantifier; in ParseQuantifier()
1256 goto quantifier; in ParseQuantifier()
1268 quantifier: in ParseQuantifier()
2780 curState->u.quantifier.min = 0; in ExecuteREBytecode()
2784 curState->u.quantifier.min = 1; in ExecuteREBytecode()
2788 curState->u.quantifier.min = 0; in ExecuteREBytecode()
2797 assert(curState->u.quantifier.min <= curState->u.quantifier.max); in ExecuteREBytecode()
[all …]
/reactos/dll/win32/vbscript/
H A Dregexp.c211 } quantifier; member
1231 goto quantifier; in ParseQuantifier()
1240 goto quantifier; in ParseQuantifier()
1249 goto quantifier; in ParseQuantifier()
1256 goto quantifier; in ParseQuantifier()
1268 quantifier: in ParseQuantifier()
2780 curState->u.quantifier.min = 0; in ExecuteREBytecode()
2784 curState->u.quantifier.min = 1; in ExecuteREBytecode()
2788 curState->u.quantifier.min = 0; in ExecuteREBytecode()
2797 assert(curState->u.quantifier.min <= curState->u.quantifier.max); in ExecuteREBytecode()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A DNEWS263 Fix range quantifier on subregex
2160 fix char 0x2d in regexps (William), regexp quantifier range with