Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: packages/intl/lib/number_symbols_data.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/intl/lib/number_symbols.dart ('k') | packages/intl/lib/src/data/dates/README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 };
OLDNEW
« no previous file with comments | « packages/intl/lib/number_symbols.dart ('k') | packages/intl/lib/src/data/dates/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698