Searched defs:maxBufSize (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java163 static final int maxBufSize = 20; field in class:FindDecoderBugs
164 static final ByteBuffer[] ribs = new ByteBuffer[maxBufSize];
165 static final ByteBuffer[] dibs = new ByteBuffer[maxBufSize];
167 static final CharBuffer[] robs = new CharBuffer[maxBufSize];
168 static final CharBuffer[] dobs = new CharBuffer[maxBufSize];
170 for (int i = 0; i < maxBufSize; i++) {
264 Result roomy = recode2(ia, maxBufSize - 1);
H A DFindEncoderBugs.java179 static final int maxBufSize = 20; field in class:FindEncoderBugs.CharsetTester
180 static final CharBuffer[] rInBuffers = new CharBuffer[maxBufSize];
181 static final CharBuffer[] dInBuffers = new CharBuffer[maxBufSize];
183 static final ByteBuffer[] rOuBuffers = new ByteBuffer[maxBufSize];
184 static final ByteBuffer[] dOuBuffers = new ByteBuffer[maxBufSize];
186 for (int i = 0; i < maxBufSize; i++) {
399 Result roomy = recode2(ia, maxBufSize - 1);

Completed in 33 milliseconds