Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
Collections:
Other Resources:
JDK 17 jdk.localedata.jmod - Locale Data Module
JDK 17 jdk.localedata.jmod is the JMOD file for JDK 17 Localedata module.
JDK 17 Locale Data module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jdk.localedata.jmod.
JDK 17 Locale Data module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modules JImage file.
JDK 17 Locale Data module source code files are stored in \fyicenter\jdk-17.0.5\lib\src.zip\jdk.localedata.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ sun/text/resources/ext/CollationData_el.java
/* * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /* */ /* * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved * * The original version of this source code and documentation * is copyrighted and owned by Taligent, Inc., a wholly-owned * subsidiary of IBM. These materials are provided under terms * of a License Agreement between Taligent and Sun. This technology * is protected by multiple US and International patents. * * This notice and attribution to Taligent may not be removed. * Taligent is a registered trademark of Taligent, Inc. * */ package sun.text.resources.ext; import java.util.ListResourceBundle; public class CollationData_el extends ListResourceBundle { protected final Object[][] getContents() { return new Object[][] { { "Rule", "& \u0361 = \u0387 = \u03f3 " // ?? \u03f3 is letter yot // punctuations + "& \u00b5 " + "< \u0374 " // upper numeral sign + "< \u0375 " // lower numeral sign + "< \u037a " // ypogegrammeni + "< \u037e " // question mark + "< \u0384 " // tonos + "< \u0385 " // dialytika tonos // Greek letters sorts after Z's + "& Z < \u03b1 , \u0391 " // alpha + "; \u03ac , \u0386 " // alpha-tonos + "< \u03b2 , \u0392 " // beta + "; \u03d0 " // beta symbol + "< \u03b3 , \u0393 " // gamma + "< \u03b4 , \u0394 " // delta + "< \u03b5 , \u0395 " // epsilon + "; \u03ad , \u0388 " // epsilon-tonos + "< \u03b6 , \u0396 " // zeta + "< \u03b7 , \u0397 " // eta + "; \u03ae , \u0389 " // eta-tonos + "< \u03b8 , \u0398 " // theta + "; \u03d1 " // theta-symbol + "< \u03b9 , \u0399 " // iota + "; \u03af , \u038a " // iota-tonos + "; \u03ca , \u03aa " // iota-dialytika + "; \u0390 " // iota-dialytika + "< \u03ba , \u039a " // kappa + "; \u03f0 " // kappa symbol + "< \u03bb , \u039b " // lamda + "< \u03bc , \u039c " // mu + "< \u03bd , \u039d " // nu + "< \u03be , \u039e " // xi + "< \u03bf , \u039f " // omicron + "; \u03cc , \u038c " // omicron-tonos + "< \u03c0 , \u03a0 " // pi + "; \u03d6 < \u03c1 " // pi-symbol + ", \u03a1 " // rho + "; \u03f1 " // rho-symbol + "< \u03c3 , \u03c2 " // sigma(final) + ", \u03a3 " // sigma + "; \u03f2 " // sigma-symbol + "< \u03c4 , \u03a4 " // tau + "< \u03c5 , \u03a5 " // upsilon + "; \u03cd , \u038e " // upsilon-tonos + "; \u03cb , \u03ab " // upsilon-dialytika + "= \u03d4 " // upsilon-diaeresis-hook + "; \u03b0 " // upsilon-dialytika-tonos + "; \u03d2 " // upsilon-hook symbol + "; \u03d3 " // upsilon-acute-hook + "< \u03c6 , \u03a6 " // phi + "; \u03d5 " // phi-symbol + "< \u03c7 , \u03a7 " // chi + "< \u03c8 , \u03a8 " // psi + "< \u03c9 , \u03a9 " // omega + "; \u03ce , \u038f " // omega-tonos + ", \u03da , \u03dc " // stigma, digamma + ", \u03de , \u03e0 " // koppa, sampi + "< \u03e3 , \u03e2 " // shei + "< \u03e5 , \u03e4 " // fei + "< \u03e7 , \u03e6 " // khei + "< \u03e9 , \u03e8 " // hori + "< \u03eb , \u03ea " // gangia + "< \u03ed , \u03ec " // shima + "< \u03ef , \u03ee " // dei + "& \u03bc = \u00b5 " // Micro symbol sorts with mu } }; } }
⏎ sun/text/resources/ext/CollationData_el.java
Or download all of them as a single archive file:
File name: jdk.localedata-17.0.5-src.zip File size: 7403285 bytes Release date: 2022-09-13 Download
⇒ JDK 17 jdk.management.jmod - Management Module
2023-07-29, 74292👍, 0💬
Popular Posts:
JDK 11 jdk.crypto.ec.jmod is the JMOD file for JDK 11 Crypto EC module. JDK 11 Crypto EC module comp...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
Apache Commons Lang 3 is the 3rd version of Apache Commons Lang, which provides a host of helper uti...
commons-collections4-4.4 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...
commons-fileupload-1.3.3 -sources.jaris the source JAR file for Apache Commons FileUpload 1.3., whic...