Lines Matching full:regexp
167 assertEquals("d", RegExp.lastMatch);
168 assertEquals("d", RegExp.$1);
169 assertEquals("abc", RegExp.leftContext);
182 assertEquals(expected, RegExp.lastMatch);
183 assertEquals(expected, RegExp.$1);
184 assertEquals(long.substring(0, 0x1ffe), RegExp.leftContext);
219 // Test nested calls to replace, including that it sets RegExp.$& correctly.
267 testIndices99(new RegExp(regexp99pattern));
268 testIndices99(new RegExp(regexp99pattern, "g"));
284 testIndices59(new RegExp(regexp59pattern));
285 testIndices59(new RegExp(regexp59pattern, "g"));