Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java298 int resultStart1 = mr.start(); in toMatchResultTest() local
299 assertEquals(matcherStart1, resultStart1, "equal matchers don't have equal start indices"); in toMatchResultTest()
305 assertEquals(resultStart1, resultStart2, "Second match result should have the same state"); in toMatchResultTest()