AbstractCharsetEncoderTestCase.java | 63 byte[] surrogate = new byte[0]; field in class:AbstractCharsetEncoderTestCase 95 // surrogate char for unicode 99 // valid surrogate pair 507 // surrogate char for unicode 511 // valid surrogate pair 513 // invalid surrogate pair 539 // assertByteArray(out, surrogate); 558 if (surrogate.length > 0) { 559 byte[] temp = new byte[surrogate.length + expected.length]; 560 System.arraycopy(surrogate, 0, temp, 0, surrogate.length) [all...] |