OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. | 1 // Copyright (c) 2014, the Dart project authors. |
2 // Please see the AUTHORS file | 2 // Please see the AUTHORS file |
3 // for details. All rights reserved. Use of this source code | 3 // for details. All rights reserved. Use of this source code |
4 // is governed by a | 4 // is governed by a |
5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
6 | 6 |
7 /** | 7 /** |
8 * Date/time formatting symbols for all locales. | 8 * Date/time formatting symbols for all locales. |
9 * | 9 * |
10 * DO NOT EDIT. This file is autogenerated by script. See | 10 * DO NOT EDIT. This file is autogenerated by script. See |
(...skipping 14136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14147 'h:mm:ss a zzzz', | 14147 'h:mm:ss a zzzz', |
14148 'h:mm:ss a z', | 14148 'h:mm:ss a z', |
14149 'h:mm:ss a', | 14149 'h:mm:ss a', |
14150 'h:mm a' | 14150 'h:mm a' |
14151 ], | 14151 ], |
14152 DATETIMEFORMATS: const ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], | 14152 DATETIMEFORMATS: const ['{1} {0}', '{1} {0}', '{1} {0}', '{1} {0}'], |
14153 FIRSTDAYOFWEEK: 6, | 14153 FIRSTDAYOFWEEK: 6, |
14154 WEEKENDRANGE: const [5, 6], | 14154 WEEKENDRANGE: const [5, 6], |
14155 FIRSTWEEKCUTOFFDAY: 5) | 14155 FIRSTWEEKCUTOFFDAY: 5) |
14156 }; | 14156 }; |
OLD | NEW |