dart-sdk/pkg
alanknight@google.com 664fe171c6 Make use of the patterns in Intl number formatting
This adds code to parse and use the information from the pattern
string used to create a NumberFormat. It adds tests taken
from the Closure tests and also tests comparing a simple
format to the ICU output for a large set of locales.

In addition it has changes to
 - part number_format.dart in intl.dart rather than having it as a
separate library
 - Update the algorithm to incorporate some additions in Closure
 - Allow setting a few of the internal parameters, which the
Closure tests wanted to use
 - Add named constructors for the standard formats, e.g. DECIMAL_FORMAT
 - Access _defaultLocale consistently via the getCurrentLocale() method
rather than directly, so it can never be uninitialized.
 - Regenerated the locale data

Review URL: https://codereview.chromium.org//13814018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21166 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-09 19:58:42 +00:00
..
analyzer_experimental Tweak Resolver driver sample to prevent warning from new analyzer. 2013-03-27 00:31:09 +00:00
args Moved pkg pubspecs to use dev_dependencies where appropriate 2013-03-20 19:41:10 +00:00
browser Fix dart.js to handle query strings 2013-02-14 23:38:20 +00:00
expect Remove Expect from core library. 2013-04-05 19:43:16 +00:00
fixnum Remove Expect from core library. 2013-04-05 19:43:16 +00:00
http Fix pkg:http tests to include the accept-encoding header. 2013-04-09 07:51:07 +00:00
intl Make use of the patterns in Intl number formatting 2013-04-09 19:58:42 +00:00
logging Switch pkg packages, pub, and dartdoc to use package: imports. 2013-03-28 20:27:28 +00:00
meta Update documentation links to point to the correct URLs. 2013-02-15 01:27:10 +00:00
oauth2 Normalize packages' library names. 2013-04-08 19:39:30 +00:00
pathos Fixed two doc comments in pathos. 2013-03-04 17:26:37 +00:00
scheduled_test Normalize packages' library names. 2013-04-08 19:39:30 +00:00
serialization Reapply "Reduce usage of IterableMixinWorkaround" 2013-04-08 08:07:39 +00:00
source_maps lib/utf: remove codepointsToString 2013-04-09 13:51:05 +00:00
stack_trace Normalize packages' library names. 2013-04-08 19:39:30 +00:00
unittest Don't try to measure the running time if the test hasn't started yet. 2013-04-09 19:09:30 +00:00
webdriver Bring webdriver up to date with SDK changes, and a bit of refactoring. 2013-03-14 17:45:09 +00:00
yaml Remove Expect from core library. 2013-04-05 19:43:16 +00:00
.gitignore Clean up svn:ignore property and .gitignore in dart, dart/pkg, dart/runtime, and dart/samples. 2012-11-27 14:07:53 +00:00
pkg.gyp pkg.gyp causes dartium build failure on windows 2012-12-11 05:57:04 +00:00
pkg.status skipping IE test which is now timing out instead of failing 2013-04-06 00:36:39 +00:00