v8/test/intl/number-format/unified
Frank Tang f0d3772110 [Intl] Change the behavior of percent format under "unit"
1. Sync with
https://github.com/tc39/proposal-unified-intl-numberformat/pull/57
so the formatting of {style: "unit" unit: "percent"} and
the formatting of {style: "percent:"} are treated different that
simplified the algorithm.
2. Store style into bit flags because we need it quickly during format.
3. Add more unit tests and regression test.

Bug: v8:9498
Change-Id: I75ed22fef1feb73ebf624bda70ebe45b80e7bc8b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1704948
Reviewed-by: Adam Klein <adamk@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62834}
2019-07-19 21:33:13 +00:00
..
compact-display.js
constructor-order.js Fix unified number format 2019-06-28 18:49:06 +00:00
currency-display.js [Intl] camelCase except-zero and narrow-symbol 2019-07-19 03:36:43 +00:00
currency-sign.js
no-compact-display.js
notation.js Fix unified number format 2019-06-28 18:49:06 +00:00
percent.js [Intl] Change the behavior of percent format under "unit" 2019-07-19 21:33:13 +00:00
sign-display.js [Intl] camelCase except-zero and narrow-symbol 2019-07-19 03:36:43 +00:00
style-unit.js [Intl] Change the behavior of percent format under "unit" 2019-07-19 21:33:13 +00:00
unit-display.js [Intl] Change the behavior of percent format under "unit" 2019-07-19 21:33:13 +00:00