Home
last modified time | relevance | path

Searched refs:eX (Results 1 – 1 of 1) sorted by relevance

/art/test/021-string2/src/
DMain.java523 final int eX; in testIndexOf() local
527 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()