Home
last modified time | relevance | path

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

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