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 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/BreakIteratorInfo_th.java
/* * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /* */ /* * Licensed Materials - Property of IBM * * (C) Copyright IBM Corp. 1999 All Rights Reserved. * (C) IBM Corp. 1997-1998. All Rights Reserved. * * The program is provided "as is" without any warranty express or * implied, including the warranty of non-infringement and the implied * warranties of merchantibility and fitness for a particular purpose. * IBM will not be liable for any damages suffered by you as a result * of using the Program. In no event will IBM be liable for any * special, indirect or consequential damages or lost profits even if * IBM has been advised of the possibility of their occurrence. IBM * will not be liable for any third party claims against you. */ package sun.text.resources.ext; import java.util.ListResourceBundle; public class BreakIteratorInfo_th extends ListResourceBundle { protected final Object[][] getContents() { return new Object[][] { // BreakIteratorClasses lists the class names to instantiate for each // built-in type of BreakIterator {"BreakIteratorClasses", new String[] { "RuleBasedBreakIterator", // character-break iterator class "DictionaryBasedBreakIterator", // word-break iterator class "DictionaryBasedBreakIterator", // line-break iterator class "RuleBasedBreakIterator" // sentence-break iterator class } }, // Data filename for each break-iterator {"WordData", "WordBreakIteratorData_th"}, {"LineData", "LineBreakIteratorData_th"}, // Dictionary filename for each dictionary-based break-iterator {"WordDictionary", "thai_dict"}, {"LineDictionary", "thai_dict"}, }; } }
⏎ sun/text/resources/ext/BreakIteratorInfo_th.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, 209697👍, 0💬
Popular Posts:
JDOM provides a solution for using XML from Java that is as simple as Java itself. There is no compe...
What Is mail.jar of JavaMail 1.4? I got the JAR file from javamail-1_4.zip. mail.jar in javamail-1_4...
commons-collections4-4.2 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...
JDK 11 jdk.httpserver.jmod is the JMOD file for JDK 11 HTTP Server module. JDK 11 HTTP Server module...
JDK 17 jdk.localedata.jmod is the JMOD file for JDK 17 Localedata module. JDK 17 Locale Data module ...