jdk/src/java.base/share/classes/sun/nio/cs
2022-08-22 16:26:37 +00:00
..
ArrayDecoder.java 8231717: Improve performance of charset decoding when charset is always compactable 2019-10-10 10:28:55 +01:00
ArrayEncoder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CESU_8.java 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86 2021-09-29 12:58:14 +00:00
CharsetMapping.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
DelegatableDecoder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DoubleByte.java 8275863: Use encodeASCII for ASCII-compatible DoubleByte encodings 2021-10-27 10:07:46 +00:00
HistoricallyNamedCharset.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HKSCS.java 8275863: Use encodeASCII for ASCII-compatible DoubleByte encodings 2021-10-27 10:07:46 +00:00
ISO_8859_1.java 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base 2021-07-13 02:23:16 +00:00
SingleByte.java 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86 2021-09-29 12:58:14 +00:00
StandardCharsets.java.template 8229960: Remove sun.nio.cs.map system property 2019-09-10 12:51:05 -07:00
StreamDecoder.java 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16 2022-08-22 16:26:37 +00:00
StreamEncoder.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
StringUTF16.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Surrogate.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ThreadLocalCoders.java 8234147: Avoid looking up standard charsets in core libraries 2019-12-01 15:29:37 -08:00
Unicode.java 8263979: Cleanup duplicate check in Unicode.contains 2021-03-23 06:52:58 +00:00
UnicodeDecoder.java 8216140: Correct UnicodeDecoder U+FFFE handling 2019-01-11 14:24:23 -08:00
UnicodeEncoder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
US_ASCII.java 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86 2021-09-29 12:58:14 +00:00
UTF_8.java 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86 2021-09-29 12:58:14 +00:00
UTF_16.java 8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets 2018-03-28 21:14:06 -07:00
UTF_16BE.java 8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets 2018-03-28 21:14:06 -07:00
UTF_16LE.java 8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets 2018-03-28 21:14:06 -07:00
UTF_16LE_BOM.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UTF_32.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UTF_32BE.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UTF_32BE_BOM.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UTF_32Coder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UTF_32LE.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UTF_32LE_BOM.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00