Searched refs:re4 (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-603.js | 54 var re4 = /f../; variable 57 re4, null, ['abcdefghijklm']) + 'z'; 63 re4, [null, ['abcdefghijklm']]) + 'z';
|
/external/v8/test/webkit/ |
D | regexp-zero-length-alternatives-expected.txt | 41 PASS emptyStr.match(re4) is ["", undefined] 42 PASS s1.match(re4) is ["", undefined] 43 PASS s2.match(re4) is ["aaaa", "a"] 44 PASS s3.match(re4) is ["aa", "a"]
|
D | regexp-zero-length-alternatives.js | 59 var re4 = new RegExp(/(|a|z)*/); variable
|
/external/pcre/dist/ |
D | pcrecpp_unittest.cc | 477 RE re4("(\\w+)*b", options_mlr); in TestRecursion() local 478 CHECK(re4.PartialMatch(text_good) == false); in TestRecursion() 479 CHECK(re4.PartialMatch(text_bad) == false); in TestRecursion() 480 CHECK(re4.FullMatch(text_good) == false); in TestRecursion() 481 CHECK(re4.FullMatch(text_bad) == false); in TestRecursion()
|
/external/v8/benchmarks/ |
D | regexp.js | 77 var re4 = /,/; 143 re4.exec(s7[i]);
|