Lines Matching refs:is
13 ; to match it against. If the second string is "!" then the expression should
14 ; not compile, that is the first string is an invalid regular expression.
15 ; This is then followed by a list of integers that specify what should match,
19 ; match at all, if the first value is -1 then no part of the expression should
26 ; Permission is hereby granted, free of charge, to any person or organization
30 ; Software, and to permit third-parties to whom the Software is furnished to
244 ; This test fails with STLPort, disable for now as this is a corner case anyway...
277 ; strictly speaking this is at best ambiguous, at worst wrong, this is what most
381 ; POSIX is about the following test:
410 ; do we get the right subexpression when it is used more than once?
456 //[^\n]* "++i //here is a line comment\n" 4 28
458 /\*([^*]|\*+[^*/])*\*+/ "/* here is a block comment */" 0 29 26 27