/[classpath]/classpath/gnu/java/locale/LocaleInformation_gu.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_gu.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.1 by gnu_andrew, Sun Jan 16 15:15:04 2005 UTC revision 1.4.2.2 by gnu_andrew, Mon Jan 31 03:10:46 2005 UTC
# Line 55  public class LocaleInformation_gu extend Line 55  public class LocaleInformation_gu extend
55    static    static
56    {    {
57      currenciesDisplayName = new Hashtable();      currenciesDisplayName = new Hashtable();
58      Enumeration keys = new StringTokenizer(currenciesDisplayNameKeys, "|");      Enumeration keys = new StringTokenizer(currenciesDisplayNameKeys, "\u00A6");
59      Enumeration values = new StringTokenizer(currenciesDisplayNameValues, "|");      Enumeration values = new StringTokenizer(currenciesDisplayNameValues, "\u00A6");
60      while (keys.hasMoreElements())      while (keys.hasMoreElements())
61        {        {
62           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 73  public class LocaleInformation_gu extend Line 73  public class LocaleInformation_gu extend
73    static    static
74    {    {
75      currenciesSymbol = new Hashtable();      currenciesSymbol = new Hashtable();
76      Enumeration keys = new StringTokenizer(currenciesSymbolKeys, "|");      Enumeration keys = new StringTokenizer(currenciesSymbolKeys, "\u00A6");
77      Enumeration values = new StringTokenizer(currenciesSymbolValues, "|");      Enumeration values = new StringTokenizer(currenciesSymbolValues, "\u00A6");
78      while (keys.hasMoreElements())      while (keys.hasMoreElements())
79        {        {
80           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 142  public class LocaleInformation_gu extend Line 142  public class LocaleInformation_gu extend
142      "\u0a89\u0aa4\u0acd\u0aa4\u0ab0\u00a0\u0aae\u0aa7\u0acd\u0aaf\u0abe\u0ab9\u0acd\u0aa8",      "\u0a89\u0aa4\u0acd\u0aa4\u0ab0\u00a0\u0aae\u0aa7\u0acd\u0aaf\u0abe\u0ab9\u0acd\u0aa8",
143    };    };
144    
145    private static final String territoriesKeys = "TR|IN|CN|GE|DE|NP|TM|US|EG|PK";    private static final String territoriesKeys = "TR\u00A6IN\u00A6CN\u00A6GE\u00A6DE\u00A6NP\u00A6TM\u00A6US\u00A6EG\u00A6PK";
146    
147    private static final String territoriesValues = "\u0aa4\u0ac1\u0ab0\u0acd\u0a95\u0ab8\u0acd\u0aa4\u0abe\u0aa8|\u0aad\u0abe\u0ab0\u0aa4|\u0a9a\u0ac0\u0aa8|\u0a9c\u0acd\u0aaf\u0acb\u0ab0\u0acd\u0a9c\u0ac0\u0aaf\u0abe|\u0a9c\u0aae\u0abf\u0aa8\u0ac0|\u0aa8\u0ac7\u0aaa\u0abe\u0ab3|\u0aa4\u0ac1\u0ab0\u0acd\u0a95\u0acd\u0aae\u0aa8\u0abf\u0ab8\u0acd\u0aa4\u0abe\u0aa8|\u0ab8\u0a82\u0aaf\u0ac1\u0a95\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf \u0a85\u0aae\u0ac7\u0ab0\u0abf\u0a95\u0abe|\u0aae\u0abf\u0ab8\u0ab0|\u0a95\u0ab0\u0abe\u0a82\u0a9a\u0ac0";    private static final String territoriesValues = "\u0aa4\u0ac1\u0ab0\u0acd\u0a95\u0ab8\u0acd\u0aa4\u0abe\u0aa8\u00A6\u0aad\u0abe\u0ab0\u0aa4\u00A6\u0a9a\u0ac0\u0aa8\u00A6\u0a9c\u0acd\u0aaf\u0acb\u0ab0\u0acd\u0a9c\u0ac0\u0aaf\u0abe\u00A6\u0a9c\u0aae\u0abf\u0aa8\u0ac0\u00A6\u0aa8\u0ac7\u0aaa\u0abe\u0ab3\u00A6\u0aa4\u0ac1\u0ab0\u0acd\u0a95\u0acd\u0aae\u0aa8\u0abf\u0ab8\u0acd\u0aa4\u0abe\u0aa8\u00A6\u0ab8\u0a82\u0aaf\u0ac1\u0a95\u0aa4 \u0ab0\u0abe\u0a9c\u0acd\u0aaf \u0a85\u0aae\u0ac7\u0ab0\u0abf\u0a95\u0abe\u00A6\u0aae\u0abf\u0ab8\u0ab0\u00A6\u0a95\u0ab0\u0abe\u0a82\u0a9a\u0ac0";
148    
149    private static final Hashtable territories;    private static final Hashtable territories;
150    static    static
151    {    {
152      territories = new Hashtable();      territories = new Hashtable();
153      Enumeration keys = new StringTokenizer(territoriesKeys, "|");      Enumeration keys = new StringTokenizer(territoriesKeys, "\u00A6");
154      Enumeration values = new StringTokenizer(territoriesValues, "|");      Enumeration values = new StringTokenizer(territoriesValues, "\u00A6");
155      while (keys.hasMoreElements())      while (keys.hasMoreElements())
156        {        {
157           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 168  public class LocaleInformation_gu extend Line 168  public class LocaleInformation_gu extend
168    static    static
169    {    {
170      languages = new Hashtable();      languages = new Hashtable();
171      Enumeration keys = new StringTokenizer(languagesKeys, "|");      Enumeration keys = new StringTokenizer(languagesKeys, "\u00A6");
172      Enumeration values = new StringTokenizer(languagesValues, "|");      Enumeration values = new StringTokenizer(languagesValues, "\u00A6");
173      while (keys.hasMoreElements())      while (keys.hasMoreElements())
174        {        {
175           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26