| OLD | NEW |
| 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 /** | 5 /** |
| 6 * Date/time formatting symbols for all locales. | 6 * Date/time formatting symbols for all locales. |
| 7 * | 7 * |
| 8 * DO NOT EDIT. This file is autogenerated by script. See | 8 * DO NOT EDIT. This file is autogenerated by script. See |
| 9 * 'http://go/generate_datetime_constants.py' using the --for_dart flag. | 9 * 'http://go/generate_datetime_constants.py' using the --for_dart flag. |
| 10 * | 10 * |
| (...skipping 3528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3539 'ikota yesi-4'], | 3539 'ikota yesi-4'], |
| 3540 AMPMS: const [ 'AM', 'PM'], | 3540 AMPMS: const [ 'AM', 'PM'], |
| 3541 DATEFORMATS: const [ 'EEEE dd MMMM y', 'd MMMM y', 'd MMM y', | 3541 DATEFORMATS: const [ 'EEEE dd MMMM y', 'd MMMM y', 'd MMM y', |
| 3542 'yyyy-MM-dd'], | 3542 'yyyy-MM-dd'], |
| 3543 TIMEFORMATS: const [ 'h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', | 3543 TIMEFORMATS: const [ 'h:mm:ss a zzzz', 'h:mm:ss a z', 'h:mm:ss a', |
| 3544 'h:mm a'], | 3544 'h:mm a'], |
| 3545 FIRSTDAYOFWEEK: 6, | 3545 FIRSTDAYOFWEEK: 6, |
| 3546 WEEKENDRANGE: const [5, 6], | 3546 WEEKENDRANGE: const [5, 6], |
| 3547 FIRSTWEEKCUTOFFDAY: 5) | 3547 FIRSTWEEKCUTOFFDAY: 5) |
| 3548 }; | 3548 }; |
| OLD | NEW |