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

Diff of /classpath/gnu/java/locale/LocaleInformation_kk.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_kk extend Line 55  public class LocaleInformation_kk 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_kk extend Line 73  public class LocaleInformation_kk 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 145  public class LocaleInformation_kk extend Line 145  public class LocaleInformation_kk extend
145    static    static
146    {    {
147      territories = new Hashtable();      territories = new Hashtable();
148      Enumeration keys = new StringTokenizer(territoriesKeys, "|");      Enumeration keys = new StringTokenizer(territoriesKeys, "\u00A6");
149      Enumeration values = new StringTokenizer(territoriesValues, "|");      Enumeration values = new StringTokenizer(territoriesValues, "\u00A6");
150      while (keys.hasMoreElements())      while (keys.hasMoreElements())
151        {        {
152           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 163  public class LocaleInformation_kk extend Line 163  public class LocaleInformation_kk extend
163    static    static
164    {    {
165      languages = new Hashtable();      languages = new Hashtable();
166      Enumeration keys = new StringTokenizer(languagesKeys, "|");      Enumeration keys = new StringTokenizer(languagesKeys, "\u00A6");
167      Enumeration values = new StringTokenizer(languagesValues, "|");      Enumeration values = new StringTokenizer(languagesValues, "\u00A6");
168      while (keys.hasMoreElements())      while (keys.hasMoreElements())
169        {        {
170           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