Searched refs:expectedBuf (Results 1 – 1 of 1) sorted by relevance
292 final char[] expectedBuf = new char[BOUNCE_SIZE]; in testBounce_UTF_Exact() local293 Arrays.fill(expectedBuf, '!'); in testBounce_UTF_Exact()294 final String expected = new String(expectedBuf); in testBounce_UTF_Exact()307 final char[] expectedBuf = new char[65_534]; in testBounce_UTF_Maximum() local308 Arrays.fill(expectedBuf, '!'); in testBounce_UTF_Maximum()309 final String expected = new String(expectedBuf); in testBounce_UTF_Maximum()