Searched refs:e0000 (Results 1 – 1 of 1) sorted by relevance
528 final int e0000; in testIndexOf() local532 e0000 = exp0000; in testIndexOf()536 e0000 = -1; in testIndexOf()540 e0000 = (full.charAt(from + 1) != '\u0000') ? -1 : from + 1; in testIndexOf()544 e0000 = (full.charAt(from) != '\u0000') ? -1 : from; in testIndexOf()548 Assert.assertEquals(e0000, $noinline$indexOf(full, '\u0000', from)); in testIndexOf()