Searched refs:e0440 (Results 1 – 1 of 1) sorted by relevance
527 final int e0440; in testIndexOf() local531 e0440 = exp0440; in testIndexOf()535 e0440 = -1; in testIndexOf()539 e0440 = (full.charAt(from + 1) != '\u0440') ? -1 : from + 1; in testIndexOf()543 e0440 = (full.charAt(from) != '\u0440') ? -1 : from; in testIndexOf()547 Assert.assertEquals(e0440, $noinline$indexOf(full, '\u0440', from)); in testIndexOf()