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 11 jdk.localedata.jmod - Locale Data Module
JDK 11 jdk.localedata.jmod is the JMOD file for JDK 11 Localedata module.
JDK 11 Locale Data module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.localedata.jmod.
JDK 11 Locale Data module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 Locale Data module source code files are stored in \fyicenter\jdk-11.0.1\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/FormatData_ar_LB.java
/*
* Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*/
/*
* (C) Copyright IBM Corp. 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 sun.util.resources.ParallelListResourceBundle;
public class FormatData_ar_LB extends ParallelListResourceBundle {
/**
* Overrides ParallelListResourceBundle
*/
protected final Object[][] getContents() {
return new Object[][] {
{ "MonthNames",
new String[] {
"\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // january
"\u0634\u0628\u0627\u0637", // february
"\u0622\u0630\u0627\u0631", // march
"\u0646\u064a\u0633\u0627\u0646", // april
"\u0646\u0648\u0627\u0631", // may
"\u062d\u0632\u064a\u0631\u0627\u0646", // june
"\u062a\u0645\u0648\u0632", // july
"\u0622\u0628", // august
"\u0623\u064a\u0644\u0648\u0644", // september
"\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // october
"\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // november
"\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // december
"" // month 13 if applicable
}
},
{ "MonthAbbreviations",
new String[] {
"\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // abb january
"\u0634\u0628\u0627\u0637", // abb february
"\u0622\u0630\u0627\u0631", // abb march
"\u0646\u064a\u0633\u0627\u0646", // abb april
"\u0646\u0648\u0627\u0631", // abb may
"\u062d\u0632\u064a\u0631\u0627\u0646", // abb june
"\u062a\u0645\u0648\u0632", // abb july
"\u0622\u0628", // abb august
"\u0623\u064a\u0644\u0648\u0644", // abb september
"\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // abb october
"\u062a\u0634\u0631\u064a\u0646\u0020\u0627\u0644\u062b\u0627\u0646\u064a", // abb november
"\u0643\u0627\u0646\u0648\u0646\u0020\u0627\u0644\u0623\u0648\u0644", // abb december
"" // month 13 if applicable
}
},
{ "DayAbbreviations",
new String[] {
"\u0627\u0644\u0623\u062d\u062f", // abb Sunday
"\u0627\u0644\u0627\u062b\u0646\u064a\u0646", // abb Monday
"\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621", // abb Tuesday
"\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621", // abb Wednesday
"\u0627\u0644\u062e\u0645\u064a\u0633", // abb Thursday
"\u0627\u0644\u062c\u0645\u0639\u0629", // abb Friday
"\u0627\u0644\u0633\u0628\u062a" // abb Saturday
}
},
};
}
}
⏎ sun/text/resources/ext/FormatData_ar_LB.java
Or download all of them as a single archive file:
File name: jdk.localedata-11.0.1-src.zip File size: 6953463 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.management.jmod - Management Module
2020-06-21, ≈363🔥, 0💬
Popular Posts:
JDK 11 jdk.jconsole.jmod is the JMOD file for JDK 11 JConsole tool, which can be invoked by the "jco...
Where to get the Java source code for Connector/J 8.0 Core API module? Java source code files for Co...
What Is mail.jar of JavaMail 1.3? I got the JAR file from javamail-1_3.zip. mail.jar in javamail-1_3...
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
Apache Commons Codec library provides implementations of common encoders and decoders such as Base64...