Roll ICU to 7ca3ffa for 'quarter' and locale id fix
This roll has two Changes: https://chromium.googlesource.com/chromium/deps/icu/+/8b8d2590a https://chromium.googlesource.com/chromium/deps/icu/+/7ca3ffa77 The former is to add 'quarter'-related items to the locale data for Ecma 402 Intl implementation. The latter is to fix locale id handling API bugs in ICU also required by v8. It also defines USE_CHROMIUM_ICU to 1 so that builds NOT using Chromium's copy of ICU can take a different code path if necessary (e.g. Node.js with system ICU or ICU without the above two fixes; see https://chromium-review.googlesource.com/1215223 ). In a follow-up CL, USING_SYSTEM_ICU check in Blink will be replaced by checking USE_CHROMIUM_ICU. TBR=ftang@chromium.org, gsathya@chromium.org Bug: v8:7869, v8:8135 Test: v8's RelativeTime format test Test: test262/intl402/Intl/getCanonicalLocales/* Change-Id: Ie0475df396639ad3333de38ad1cdd24e9bfe252c Reviewed-on: https://chromium-review.googlesource.com/1215362 Commit-Queue: Jungshik Shin <jshin@chromium.org> Reviewed-by:Jungshik Shin <jshin@chromium.org> Cr-Commit-Position: refs/heads/master@{#589808}
Showing
Please register or sign in to comment