• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* GENERATED SOURCE. DO NOT MODIFY. */
2 // Copyright (C) 2016 and later: Unicode, Inc. and others.
3 // License & terms of use: http://www.unicode.org/copyright.html
4 
5 /** Copyright (C) 2007-2016, International Business Machines Corporation and Others. All Rights Reserved. **/
6 
7 /* NOTE: this file is AUTOMATICALLY GENERATED by gentest.
8  * See: {ICU4C}/source/data/icu4j-readme.txt for more information.
9  **/
10 
11 package ohos.global.icu.dev.test.util;
12 
13 
14 
15 
16 public class DebugUtilitiesData extends Object {
17     public static final String ICU4C_VERSION="67.1";
18     public static final int UDebugEnumType = 0;
19     public static final int UCalendarDateFields = 1;
20     public static final int UCalendarMonths = 2;
21     public static final int UDateFormatStyle = 3;
22     public static final int UAcceptResult = 4;
23     public static final int UColAttributeValue = 5;
24     public static final String [] TYPES = {
25         "UDebugEnumType", /* 0 */
26         "UCalendarDateFields", /* 1 */
27         "UCalendarMonths", /* 2 */
28         "UDateFormatStyle", /* 3 */
29         "UAcceptResult", /* 4 */
30         "UColAttributeValue", /* 5 */
31     };
32 
33     public static final String [][] NAMES = {
34         /* UDebugEnumType, 0 */
35         {
36            "UDebugEnumType", /* 0 */
37            "UCalendarDateFields", /* 1 */
38            "UCalendarMonths", /* 2 */
39            "UDateFormatStyle", /* 3 */
40            "UAcceptResult", /* 4 */
41            "UColAttributeValue", /* 5 */
42         },
43         /* UCalendarDateFields, 1 */
44         {
45            "ERA", /* 0 */
46            "YEAR", /* 1 */
47            "MONTH", /* 2 */
48            "WEEK_OF_YEAR", /* 3 */
49            "WEEK_OF_MONTH", /* 4 */
50            "DATE", /* 5 */
51            "DAY_OF_YEAR", /* 6 */
52            "DAY_OF_WEEK", /* 7 */
53            "DAY_OF_WEEK_IN_MONTH", /* 8 */
54            "AM_PM", /* 9 */
55            "HOUR", /* 10 */
56            "HOUR_OF_DAY", /* 11 */
57            "MINUTE", /* 12 */
58            "SECOND", /* 13 */
59            "MILLISECOND", /* 14 */
60            "ZONE_OFFSET", /* 15 */
61            "DST_OFFSET", /* 16 */
62            "YEAR_WOY", /* 17 */
63            "DOW_LOCAL", /* 18 */
64            "EXTENDED_YEAR", /* 19 */
65            "JULIAN_DAY", /* 20 */
66            "MILLISECONDS_IN_DAY", /* 21 */
67            "IS_LEAP_MONTH", /* 22 */
68         },
69         /* UCalendarMonths, 2 */
70         {
71            "JANUARY", /* 0 */
72            "FEBRUARY", /* 1 */
73            "MARCH", /* 2 */
74            "APRIL", /* 3 */
75            "MAY", /* 4 */
76            "JUNE", /* 5 */
77            "JULY", /* 6 */
78            "AUGUST", /* 7 */
79            "SEPTEMBER", /* 8 */
80            "OCTOBER", /* 9 */
81            "NOVEMBER", /* 10 */
82            "DECEMBER", /* 11 */
83            "UNDECIMBER", /* 12 */
84         },
85         /* UDateFormatStyle, 3 */
86         {
87            "FULL", /* 0 */
88            "LONG", /* 1 */
89            "MEDIUM", /* 2 */
90            "SHORT", /* 3 */
91         },
92         /* UAcceptResult, 4 */
93         {
94            "FAILED", /* 0 */
95            "VALID", /* 1 */
96            "FALLBACK", /* 2 */
97         },
98         /* UColAttributeValue, 5 */
99         {
100            "PRIMARY", /* 0 */
101            "SECONDARY", /* 1 */
102            "TERTIARY", /* 2 */
103            "QUATERNARY", /* 3 */
104            "IDENTICAL", /* 4 */
105            "OFF", /* 5 */
106            "ON", /* 6 */
107            "SHIFTED", /* 7 */
108            "NON_IGNORABLE", /* 8 */
109            "LOWER_FIRST", /* 9 */
110            "UPPER_FIRST", /* 10 */
111         },
112     };
113 
114     public static final int [][] VALUES = {
115         /* UDebugEnumType, 0 */
116         {
117            0, /* UDebugEnumType */
118            1, /* UCalendarDateFields */
119            2, /* UCalendarMonths */
120            3, /* UDateFormatStyle */
121            4, /* UAcceptResult */
122            5, /* UColAttributeValue */
123         },
124         /* UCalendarDateFields, 1 */
125         {
126            ohos.global.icu.util.Calendar.ERA, /* 0 */
127            ohos.global.icu.util.Calendar.YEAR, /* 1 */
128            ohos.global.icu.util.Calendar.MONTH, /* 2 */
129            ohos.global.icu.util.Calendar.WEEK_OF_YEAR, /* 3 */
130            ohos.global.icu.util.Calendar.WEEK_OF_MONTH, /* 4 */
131            ohos.global.icu.util.Calendar.DATE, /* 5 */
132            ohos.global.icu.util.Calendar.DAY_OF_YEAR, /* 6 */
133            ohos.global.icu.util.Calendar.DAY_OF_WEEK, /* 7 */
134            ohos.global.icu.util.Calendar.DAY_OF_WEEK_IN_MONTH, /* 8 */
135            ohos.global.icu.util.Calendar.AM_PM, /* 9 */
136            ohos.global.icu.util.Calendar.HOUR, /* 10 */
137            ohos.global.icu.util.Calendar.HOUR_OF_DAY, /* 11 */
138            ohos.global.icu.util.Calendar.MINUTE, /* 12 */
139            ohos.global.icu.util.Calendar.SECOND, /* 13 */
140            ohos.global.icu.util.Calendar.MILLISECOND, /* 14 */
141            ohos.global.icu.util.Calendar.ZONE_OFFSET, /* 15 */
142            ohos.global.icu.util.Calendar.DST_OFFSET, /* 16 */
143            ohos.global.icu.util.Calendar.YEAR_WOY, /* 17 */
144            ohos.global.icu.util.Calendar.DOW_LOCAL, /* 18 */
145            ohos.global.icu.util.Calendar.EXTENDED_YEAR, /* 19 */
146            ohos.global.icu.util.Calendar.JULIAN_DAY, /* 20 */
147            ohos.global.icu.util.Calendar.MILLISECONDS_IN_DAY, /* 21 */
148            ohos.global.icu.util.ChineseCalendar.IS_LEAP_MONTH, /* 22 */
149         },
150         /* UCalendarMonths, 2 */
151         {
152            ohos.global.icu.util.Calendar.JANUARY, /* 0 */
153            ohos.global.icu.util.Calendar.FEBRUARY, /* 1 */
154            ohos.global.icu.util.Calendar.MARCH, /* 2 */
155            ohos.global.icu.util.Calendar.APRIL, /* 3 */
156            ohos.global.icu.util.Calendar.MAY, /* 4 */
157            ohos.global.icu.util.Calendar.JUNE, /* 5 */
158            ohos.global.icu.util.Calendar.JULY, /* 6 */
159            ohos.global.icu.util.Calendar.AUGUST, /* 7 */
160            ohos.global.icu.util.Calendar.SEPTEMBER, /* 8 */
161            ohos.global.icu.util.Calendar.OCTOBER, /* 9 */
162            ohos.global.icu.util.Calendar.NOVEMBER, /* 10 */
163            ohos.global.icu.util.Calendar.DECEMBER, /* 11 */
164            ohos.global.icu.util.Calendar.UNDECIMBER, /* 12 */
165         },
166         /* UDateFormatStyle, 3 */
167         {
168            0, /* FULL */
169            1, /* LONG */
170            2, /* MEDIUM */
171            3, /* SHORT */
172         },
173         /* UAcceptResult, 4 */
174         {
175            0, /* FAILED */
176            1, /* VALID */
177            2, /* FALLBACK */
178         },
179         /* UColAttributeValue, 5 */
180         {
181            0, /* PRIMARY */
182            1, /* SECONDARY */
183            2, /* TERTIARY */
184            3, /* QUATERNARY */
185            4, /* IDENTICAL */
186            5, /* OFF */
187            6, /* ON */
188            7, /* SHIFTED */
189            8, /* NON_IGNORABLE */
190            9, /* LOWER_FIRST */
191            10, /* UPPER_FIRST */
192         },
193     };
194 
195 }
196