Searched refs:regionEnd (Results 1 – 5 of 5) sorted by relevance
968 public int regionEnd() { in regionEnd() method in Matcher1089 sb.append(regionStart() + "," + regionEnd()); in toString()
88 public int regionEnd() { throw new RuntimeException("Stub!"); } in regionEnd() method in Matcher
471 …tEquals("Region end value should be equal to string length", testString.length(), mat.regionEnd()); in test_regionEnd()473 …sertEquals("Region end value should be equal to 10 after setting new region", 10, mat.regionEnd()); in test_regionEnd()475 …ion end value should be equal to string length after reset", testString.length(), mat.regionEnd()); in test_regionEnd()
147 public int regionEnd() { in regionEnd() method in Matcher
50 assertEquals(6, m.regionEnd()); in testRegionsIntInt()