ICU-7302 Synchronize ICU4J data with ICU4C. This update includes new resources for bcp47 key/type data (keyTypeData.res and timezoneTypes.res).

X-SVN-Rev: 27509
This commit is contained in:
Yoshito Umaoka 2010-02-08 16:56:21 +00:00
parent 82f1288dea
commit 341ac1d4c7
3 changed files with 55 additions and 19 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9cff44109b84b2c242dd191d08dd5a2f635c85a489c5ee21c04098182efc257
size 6860428
oid sha256:cd164251ac311c5ff80173c6ef2b396ca5eda4e163b91b8d17610019918a6d43
size 6870171

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc135016749cbefe90c0df5259ff59b0ecbc40580ef3f46f67e77ffd271b13cf
size 719423
oid sha256:f705c2dca39272ad3015bf15b759eb3fd5b7e30623f4cb5c83eb991824bb6483
size 719412

View File

@ -1,24 +1,30 @@
/** Copyright (C) 2009, International Business Machines Corporation and Others. All Rights Reserved. **/
/** Copyright (C) 2007-2010, International Business Machines Corporation and Others. All Rights Reserved. **/
/* NOTE: this file is AUTOMATICALLY GENERATED by gentest. */
/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.
* See: {ICU4C}/source/data/icu4j-readme.txt for more information.
**/
package com.ibm.icu.dev.test.util;
public class DebugUtilitiesData extends Object {
public static final String ICU4C_VERSION="4.3.3";
public static final String ICU4C_VERSION="4.3.4";
public static final int UDebugEnumType = 0;
public static final int UCalendarDateFields = 1;
public static final int UCalendarMonths = 2;
public static final int UDateFormatStyle = 3;
public static final int UAcceptResult = 4;
public static final int UColAttributeValue = 5;
public static final int UPlugReason = 4;
public static final int UPlugLevel = 5;
public static final int UAcceptResult = 6;
public static final int UColAttributeValue = 7;
public static final String [] TYPES = {
"UDebugEnumType", /* 0 */
"UCalendarDateFields", /* 1 */
"UCalendarMonths", /* 2 */
"UDateFormatStyle", /* 3 */
"UAcceptResult", /* 4 */
"UColAttributeValue", /* 5 */
"UPlugReason", /* 4 */
"UPlugLevel", /* 5 */
"UAcceptResult", /* 6 */
"UColAttributeValue", /* 7 */
};
public static final String [][] NAMES = {
@ -28,8 +34,10 @@ public class DebugUtilitiesData extends Object {
"UCalendarDateFields", /* 1 */
"UCalendarMonths", /* 2 */
"UDateFormatStyle", /* 3 */
"UAcceptResult", /* 4 */
"UColAttributeValue", /* 5 */
"UPlugReason", /* 4 */
"UPlugLevel", /* 5 */
"UAcceptResult", /* 6 */
"UColAttributeValue", /* 7 */
},
/* UCalendarDateFields, 1 */
{
@ -80,13 +88,26 @@ public class DebugUtilitiesData extends Object {
"MEDIUM", /* 2 */
"SHORT", /* 3 */
},
/* UAcceptResult, 4 */
/* UPlugReason, 4 */
{
"QUERY", /* 0 */
"LOAD", /* 1 */
"UNLOAD", /* 2 */
},
/* UPlugLevel, 5 */
{
"INVALID", /* 0 */
"UNKNOWN", /* 1 */
"LOW", /* 2 */
"HIGH", /* 3 */
},
/* UAcceptResult, 6 */
{
"FAILED", /* 0 */
"VALID", /* 1 */
"FALLBACK", /* 2 */
},
/* UColAttributeValue, 5 */
/* UColAttributeValue, 7 */
{
"PRIMARY", /* 0 */
"SECONDARY", /* 1 */
@ -109,8 +130,10 @@ public class DebugUtilitiesData extends Object {
1, /* UCalendarDateFields */
2, /* UCalendarMonths */
3, /* UDateFormatStyle */
4, /* UAcceptResult */
5, /* UColAttributeValue */
4, /* UPlugReason */
5, /* UPlugLevel */
6, /* UAcceptResult */
7, /* UColAttributeValue */
},
/* UCalendarDateFields, 1 */
{
@ -161,13 +184,26 @@ public class DebugUtilitiesData extends Object {
2, /* MEDIUM */
3, /* SHORT */
},
/* UAcceptResult, 4 */
/* UPlugReason, 4 */
{
0, /* QUERY */
1, /* LOAD */
2, /* UNLOAD */
},
/* UPlugLevel, 5 */
{
0, /* INVALID */
1, /* UNKNOWN */
2, /* LOW */
3, /* HIGH */
},
/* UAcceptResult, 6 */
{
0, /* FAILED */
1, /* VALID */
2, /* FALLBACK */
},
/* UColAttributeValue, 5 */
/* UColAttributeValue, 7 */
{
0, /* PRIMARY */
1, /* SECONDARY */