Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java303 int resultStart2 = mr.start(); in toMatchResultTest() local
304 assertNotEquals(matcherStart2, resultStart2, "Matcher2 and Result2 should not be equal"); in toMatchResultTest()
305 assertEquals(resultStart1, resultStart2, "Second match result should have the same state"); in toMatchResultTest()