Searched refs:regionStart (Results 1 – 6 of 6) sorted by relevance
458 assertEquals("Region sould start from 0 position", 0, mat.regionStart()); in test_regionStart()460 … assertEquals("Region sould start from 1 position after setting new region", 1, mat.regionStart()); in test_regionStart()462 assertEquals("Region sould start from 0 position after reset", 0, mat.regionStart()); in test_regionStart()
143 public int regionStart() { in regionStart() method in Matcher
94 public int regionStart() { throw new RuntimeException("Stub!"); } in regionStart() method in Matcher
1584 public int regionStart() { in regionStart() method in Matcher1718 .append(regionStart()).append(',').append(regionEnd()) in toString()
49 assertEquals(1, m.regionStart()); in testRegionsIntInt()
18111 method public int regionStart();