Source Code Cross Referenced for FormatData_en_PH.java in  » 6.0-JDK-Modules-sun » text » sun » text » resources » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules sun » text » sun.text.resources 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


01:        /*
02:         * Portions Copyright 2005-2007 Sun Microsystems, Inc.  All Rights Reserved.
03:         */
04:
05:        /*
06:         * COPYRIGHT AND PERMISSION NOTICE
07:         *
08:         * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
09:         * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
10:         *
11:         * Permission is hereby granted, free of charge, to any person obtaining a copy
12:         * of the Unicode data files and any associated documentation (the "Data
13:         * Files") or Unicode software and any associated documentation (the
14:         * "Software") to deal in the Data Files or Software without restriction,
15:         * including without limitation the rights to use, copy, modify, merge,
16:         * publish, distribute, and/or sell copies of the Data Files or Software, and
17:         * to permit persons to whom the Data Files or Software are furnished to do
18:         * so, provided that (a) the above copyright notice(s) and this permission
19:         * notice appear with all copies of the Data Files or Software, (b) both the
20:         * above copyright notice(s) and this permission notice appear in associated
21:         * documentation, and (c) there is clear notice in each modified Data File or
22:         * in the Software as well as in the documentation associated with the Data
23:         * File(s) or Software that the data or software has been modified.
24:         *
25:         * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
26:         * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27:         * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
28:         * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
29:         * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
30:         * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
31:         * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
32:         * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
33:         * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
34:         *
35:         * Except as contained in this notice, the name of a copyright holder shall not
36:         * be used in advertising or otherwise to promote the sale, use or other
37:         * dealings in these Data Files or Software without prior written
38:         * authorization of the copyright holder.
39:         */
40:
41:        // Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
42:        package sun.text.resources;
43:
44:        import java.util.ListResourceBundle;
45:
46:        public class FormatData_en_PH extends ListResourceBundle {
47:            protected final Object[][] getContents() {
48:                return new Object[][] {
49:                        {
50:                                "NumberPatterns",
51:                                new String[] { "#,##0.###",
52:                                        "\u00a4#,##0.00;(\u00a4#,##0.00)",
53:                                        "#,##0%", } },
54:                        {
55:                                "NumberElements",
56:                                new String[] { ".", ",", ";", "%", "0", "#",
57:                                        "-", "E", "\u2030", "\u221e", "NaN", } },
58:                        {
59:                                "DateTimePatterns",
60:                                new String[] { "h:mm:ss a z", "h:mm:ss a z",
61:                                        "h:mm:ss a", "h:mm a",
62:                                        "EEEE, MMMM d, yyyy", "MMMM d, yyyy",
63:                                        "MM d, yy", "M/d/yy", "{1} {0}", } }, };
64:            }
65:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.