Searched refs:eX (Results 1 – 1 of 1) sorted by relevance
523 final int eX; in testIndexOf() local527 eX = expX; in testIndexOf()531 eX = -1; in testIndexOf()535 eX = (full.charAt(from + 1) != 'x') ? -1 : from + 1; in testIndexOf()539 eX = (full.charAt(from) != 'x') ? -1 : from; in testIndexOf()543 Assert.assertEquals(eX, $noinline$indexOf(full, 'x', from)); in testIndexOf()