1{
2    "calendar-gregorian-monthNames-format-abbreviated" : {
3        "index": 0,
4        "method": "getFormatAbbrMonthNames"
5    },
6    "calendar-gregorian-dayNames-format-abbreviated" : {
7        "index": 1,
8        "method": "getFormatAbbrDayNames"
9    },
10    "time-patterns" : {
11        "index": 2,
12        "method": "getPatterns",
13        "elements": [
14            {   
15                "availableFormat" : "HOUR12_MINUTE",
16                "enumIndex" : 3,
17                "index" : 0,
18                "skeleton" : "hm"
19            },
20            {   
21                "availableFormat" : "HOUR24_MINUTE",
22                "enumIndex" : 4,
23                "index" : 1,
24                "skeleton" : "Hm"
25            },
26            {   
27                "availableFormat" : "HOUR_MINUTE",
28                "enumIndex" : 5,
29                "index" : 2,
30                "skeleton" : "jm"
31            }
32        ],
33        "pointer": "timePatterns",
34        "type": "TIME_PATTERN",
35        "pub": "true"
36    },
37    "date-patterns" : {
38        "index": 3,
39        "method": "getPatterns",
40        "elements": [
41            {   
42                "availableFormat" : "ABBR_MONTH_WEEKDAY_DAY",
43                "enumIndex" : 5,
44                "index" : 0,
45                "skeleton" : "MMMEd"
46            },
47            {   
48                "availableFormat" : "ABBR_MONTH_DAY",
49                "enumIndex" : 6,
50                "index" : 1,
51                "skeleton" : "MMMd"
52            },
53            {   
54                "availableFormat" : "YEAR_ABBR_MONTH_ABBR_WEEKDAY_DAY",
55                "enumIndex" : 10,
56                "index" : 2,
57                "skeleton" : "yMMMEEEd"
58            },
59            {   
60                "availableFormat" : "YEAR_WIDE_MONTH_ABBR_WEEKDAY_DAY",
61                "enumIndex" : 11,
62                "index" : 3,
63                "skeleton" : "yMMMMEEEd"
64            },
65            {   
66                "availableFormat" : "YEAR_SHORT_MONTH_WIDE_WEEKDAY_DAY",
67                "enumIndex" : 12,
68                "index" : 4,
69                "skeleton" : "EEEEyMd"
70            },
71            {   
72                "availableFormat" : "YEAR_SHORT_MONTH_ABBR_WEEKDAY_DAY",
73                "enumIndex" : 13,
74                "index" : 5,
75                "skeleton" : "EEEyMd"
76            },
77            {   
78                "availableFormat" : "YEAR_ABBR_MONTH_WIDE_WEEKDAY_DAY",
79                "enumIndex" : 14,
80                "index" : 6,
81                "skeleton" : "yMMMEEEEd"
82            },
83            {   
84                "availableFormat" : "YEAR_WIDE_MONTH_DAY",
85                "enumIndex" : 15,
86                "index" : 7,
87                "skeleton" : "yMMMMd"
88            },
89            {   
90                "availableFormat" : "WEEK_DAY",
91                "enumIndex" : 16,
92                "index" : 8,
93                "skeleton" : "Ed"
94            },
95            {   
96                "availableFormat" : "NUMBER_MONTH_ABBR_WEEK_DAY",
97                "enumIndex" : 17,
98                "index" : 9,
99                "skeleton" : "MEd"
100            },
101            {   
102                "availableFormat" : "NUMBER_MONTH_ABBR_WEEK_DAY",
103                "enumIndex" : 18,
104                "index" : 10,
105                "skeleton" : "Md"
106            }
107        ],
108        "pointer": "datePatterns",
109        "type": "DATE_PATTERN",
110        "pub": "true"
111    },
112    "am-pm-markers" : {
113        "index": 4,
114        "method": "getAmPmMarkers"
115    },
116    "plural" : {
117        "index": 5,
118        "method": "getPluralRules"
119    },
120    "number-format" : {
121        "index": 6,
122        "method": "getNumberFormat"
123    },
124    "number-digit" : {
125        "index": 7,
126        "method": "getNumberDigits"
127    },
128    "Time-separator" : {
129        "index": 8,
130        "method": "getTimeSeparator"
131    },
132    "default-hour" : {
133        "index": 9,
134        "method": "getDefaultHour"
135    },
136    "stand-alone-abbr-month-names" : {
137        "index": 10,
138        "method": "getStandAloneAbbrMonthNames"
139    },
140    "standalone-abbr-weekday-names" : {
141        "index": 11,
142        "method": "getStandAloneAbbrWeekDayNames"
143    },
144    "format-wide-month-names" : {
145        "index": 12,
146        "method": "getFormatWideMonthNames"
147    },
148    "hour-minute-secons-pattern" : {
149        "index": 13,
150        "method": "getPatterns",
151        "elements": [
152            {   
153                "availableFormat" : "HOUR12_MINUTE_SECOND",
154                "enumIndex" : 0,
155                "index" : 0,
156                "skeleton" : "hms"
157            },
158            {   
159                "availableFormat" : "HOUR24_MINUTE_SECOND",
160                "enumIndex" : 1,
161                "index" : 1,
162                "skeleton" : "Hms"
163            },
164            {   
165                "availableFormat" : "HOUR_MINUTE_SECOND",
166                "enumIndex" : 2,
167                "index" : 2,
168                "skeleton" : "jms"
169            }
170        ],
171        "pointer": "hourMinuteSecondPatterns",
172        "type": "HOUR_MINUTE_SECOND_PATTERN",
173        "pub": "true"
174    },
175    "full-medium-short-pattern" : {
176        "index": 14,
177        "method": "getPatterns",
178        "elements": [
179            {   
180                "availableFormat" : "FULL",
181                "enumIndex" : 8,
182                "index" : 0,
183                "skeleton" : "FULL"
184            },
185            {   
186                "availableFormat" : "MEDIUM",
187                "enumIndex" : 9,
188                "index" : 1,
189                "skeleton" : "MEDIUM"
190            },
191            {   
192                "availableFormat" : "SHORT",
193                "enumIndex" : 10,
194                "index" : 2,
195                "skeleton" : "SHORT"
196            }
197        ],
198        "pointer": "fullMediumShortPatterns",
199        "type": "FULL_MEDIUM_SHORT_PATTERN",
200        "pub": "true"
201    },
202    "format-wide-weeday-names" : {
203        "index": 15,
204        "method": "getFormatWideWeekDayNames"
205    },
206    "standalone-wide-weekday-names" : {
207        "index": 16,
208        "method": "getStandAloneWideWeekDayNames"
209    },
210    "standalone-wide-month-names" : {
211        "index": 17,
212        "method": "getStandAloneWideMonthNames"
213    },
214    "elapsed-patterns" : {
215        "index": 18,
216        "method": "getPatterns",
217        "elements": [
218            {   
219                "availableFormat" : "MINUTE_SECOND",
220                "enumIndex" : -1,
221                "index" : 0,
222                "skeleton" : "ms"
223            },
224            {   
225                "availableFormat" : "MINUTE_SECOND_MILLISECOND",
226                "enumIndex" : -1,
227                "index" : 1,
228                "skeleton" : "msSS"
229            }
230        ],
231        "pointer": "elapsedPatterns",
232        "type": "ELAPSED_PATTERN",
233        "pub": "false"
234    },
235    "week_data": {
236        "index": 19,
237        "method": "getWeekdata"
238    },
239    "decimal_plural" : {
240        "index": 20,
241        "method": "getDecimalPluralRules"
242    },
243    "minus-sign" : {
244        "index": 21,
245        "method": "getMinusSign"
246    },
247    "measure-format-patterns" : {
248        "index": 22,
249        "method": "getMeasureFormatPatterns"
250    }
251}