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 | 3 // for details. All rights reserved. Use of this source |
4 // code is governed by a | 4 // code 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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2035 EXP_SYMBOL: 'E', | 2035 EXP_SYMBOL: 'E', |
2036 PERMILL: '\u2030', | 2036 PERMILL: '\u2030', |
2037 INFINITY: '\u221E', | 2037 INFINITY: '\u221E', |
2038 NAN: 'I-NaN', | 2038 NAN: 'I-NaN', |
2039 DECIMAL_PATTERN: '#,##0.###', | 2039 DECIMAL_PATTERN: '#,##0.###', |
2040 SCIENTIFIC_PATTERN: '#E0', | 2040 SCIENTIFIC_PATTERN: '#E0', |
2041 PERCENT_PATTERN: '#,##0%', | 2041 PERCENT_PATTERN: '#,##0%', |
2042 CURRENCY_PATTERN: '\u00A4#,##0.00', | 2042 CURRENCY_PATTERN: '\u00A4#,##0.00', |
2043 DEF_CURRENCY_CODE: 'ZAR') | 2043 DEF_CURRENCY_CODE: 'ZAR') |
2044 }; | 2044 }; |
OLD | NEW |