Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JDK 17 jdk.charsets.jmod - Charsets Module
JDK 17 jdk.charsets.jmod is the JMOD file for JDK 17 Charsets module.
JDK 17 Charsets module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jdk.charsets.jmod.
JDK 17 Charsets module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 Charsets module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\jdk.charsets.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ sun/nio/cs/ext/MacDingbat.java
/*
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package sun.nio.cs.ext;
import java.nio.charset.Charset;
import java.nio.charset.CharsetDecoder;
import java.nio.charset.CharsetEncoder;
import sun.nio.cs.StandardCharsets;
import sun.nio.cs.SingleByte;
import sun.nio.cs.HistoricallyNamedCharset;
import static sun.nio.cs.CharsetMapping.*;
public class MacDingbat extends Charset implements HistoricallyNamedCharset
{
public MacDingbat() {
super("x-MacDingbat", ExtendedCharsets.aliasesFor("x-MacDingbat"));
}
public String historicalName() {
return "MacDingbat";
}
public boolean contains(Charset cs) {
return (cs instanceof MacDingbat);
}
public CharsetDecoder newDecoder() {
return new SingleByte.Decoder(this, Holder.b2c, false, false);
}
public CharsetEncoder newEncoder() {
return new SingleByte.Encoder(this, Holder.c2b, Holder.c2bIndex, false);
}
private static class Holder {
private static final String b2cTable =
"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0x80 - 0x87
"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0x88 - 0x8f
"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0x90 - 0x97
"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD" + // 0x98 - 0x9f
"\uFFFD\u2761\u2762\u2763\u2764\u2765\u2766\u2767" + // 0xa0 - 0xa7
"\u2663\u2666\u2665\u2660\u2460\u2461\u2462\u2463" + // 0xa8 - 0xaf
"\u2464\u2465\u2466\u2467\u2468\u2469\u2776\u2777" + // 0xb0 - 0xb7
"\u2778\u2779\u277A\u277B\u277C\u277D\u277E\u277F" + // 0xb8 - 0xbf
"\u2780\u2781\u2782\u2783\u2784\u2785\u2786\u2787" + // 0xc0 - 0xc7
"\u2788\u2789\u278A\u278B\u278C\u278D\u278E\u278F" + // 0xc8 - 0xcf
"\u2790\u2791\u2792\u2793\u2794\u2192\u2194\u2195" + // 0xd0 - 0xd7
"\u2798\u2799\u279A\u279B\u279C\u279D\u279E\u279F" + // 0xd8 - 0xdf
"\u27A0\u27A1\u27A2\u27A3\u27A4\u27A5\u27A6\u27A7" + // 0xe0 - 0xe7
"\u27A8\u27A9\u27AA\u27AB\u27AC\u27AD\u27AE\u27AF" + // 0xe8 - 0xef
"\uFFFD\u27B1\u27B2\u27B3\u27B4\u27B5\u27B6\u27B7" + // 0xf0 - 0xf7
"\u27B8\u27B9\u27BA\u27BB\u27BC\u27BD\u27BE\uFFFD" + // 0xf8 - 0xff
"\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007" + // 0x00 - 0x07
"\b\t\n\u000B\f\r\u000E\u000F" + // 0x08 - 0x0f
"\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017" + // 0x10 - 0x17
"\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F" + // 0x18 - 0x1f
"\u0020\u2701\u2702\u2703\u2704\u260E\u2706\u2707" + // 0x20 - 0x27
"\u2708\u2709\u261B\u261E\u270C\u270D\u270E\u270F" + // 0x28 - 0x2f
"\u2710\u2711\u2712\u2713\u2714\u2715\u2716\u2717" + // 0x30 - 0x37
"\u2718\u2719\u271A\u271B\u271C\u271D\u271E\u271F" + // 0x38 - 0x3f
"\u2720\u2721\u2722\u2723\u2724\u2725\u2726\u2727" + // 0x40 - 0x47
"\u2605\u2729\u272A\u272B\u272C\u272D\u272E\u272F" + // 0x48 - 0x4f
"\u2730\u2731\u2732\u2733\u2734\u2735\u2736\u2737" + // 0x50 - 0x57
"\u2738\u2739\u273A\u273B\u273C\u273D\u273E\u273F" + // 0x58 - 0x5f
"\u2740\u2741\u2742\u2743\u2744\u2745\u2746\u2747" + // 0x60 - 0x67
"\u2748\u2749\u274A\u274B\u25CF\u274D\u25A0\u274F" + // 0x68 - 0x6f
"\u2750\u2751\u2752\u25B2\u25BC\u25C6\u2756\u25D7" + // 0x70 - 0x77
"\u2758\u2759\u275A\u275B\u275C\u275D\u275E\u007F" ; // 0x78 - 0x7f
private static final char[] b2c = b2cTable.toCharArray();
private static final char[] c2b = new char[0x700];
private static final char[] c2bIndex = new char[0x100];
static {
char[] b2cMap = b2c;
char[] c2bNR = null;
SingleByte.initC2B(b2cMap, c2bNR, c2b, c2bIndex);
}
}
}
⏎ sun/nio/cs/ext/MacDingbat.java
Or download all of them as a single archive file:
File name: jdk.charsets-17.0.5-src.zip File size: 2039497 bytes Release date: 2022-09-13 Download
⇒ JDK 17 jdk.compiler.jmod - Compiler Tool
2023-10-15, ≈32🔥, 0💬
Popular Posts:
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...
How to download and install JDK (Java Development Kit) 7? If you want to write Java applications, yo...
JDK 17 jdk.javadoc.jmod is the JMOD file for JDK 17 Java Document tool, which can be invoked by the ...
HttpComponents Core Source Code Files are provided in the source package file, httpcomponents-core-5...
What JAR files are required to run sax\Writer.java provided in the Apache Xerces package? 1 JAR file...