Searched refs:eX (Results 1 – 1 of 1) sorted by relevance
526 final int eX; in testIndexOf() local530 eX = expX; in testIndexOf()534 eX = -1; in testIndexOf()538 eX = (full.charAt(from + 1) != 'x') ? -1 : from + 1; in testIndexOf()542 eX = (full.charAt(from) != 'x') ? -1 : from; in testIndexOf()546 Assert.assertEquals(eX, $noinline$indexOf(full, 'x', from)); in testIndexOf()