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.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/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-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, ≈487🔥, 0💬
Popular Posts:
Where to get the Java source code for Connector/J 8.0 Protocol Impl module? Java source code files f...
How to download and install iText7-Core-7.1.4.zip? iText7-Core-7.1.4.zip is the binary package of iT...
JDK 17 jdk.dynalink.jmod is the JMOD file for JDK 17 Dynamic Linking module. JDK 17 Dynamic Linking ...
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytec...
What Is commons-net-ftp-2.0.jar? commons-net-ftp-2.0.jar is the JAR file for Apache Commons Net FTP ...