Searched refs:regionStart (Results 1 – 6 of 6) sorted by relevance
935 public int regionStart() { in regionStart() method in Matcher1069 sb.append(regionStart() + "," + regionEnd()); in toString()
86 public int regionStart() { throw new RuntimeException("Stub!"); } in regionStart() method in Matcher
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
49 assertEquals(1, m.regionStart()); in testRegionsIntInt()
16561 method public int regionStart();