Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4510)

Issue 328770043: ticket:13152 Adding 'dataLocale' property so that data can come from a different source than the Sy…

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 10 months ago by sffc
Modified:
6 years, 9 months ago
Reviewers:
andy.heninger
Base URL:
svn+icussh://source.icu-project.org/repos/icu/trunk/
Visibility:
Public.

Description

ticket:13152 Adding 'dataLocale' property so that data can come from a different source than the Symbols locale

Patch Set 1 #

Total comments: 3

Patch Set 2 : First round of feedback #

Patch Set 3 : Latest patch set #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -20 lines) Patch
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/Endpoint.java View 1 2 5 chunks +13 lines, -6 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/Parse.java View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/PatternString.java View 1 2 1 chunk +22 lines, -3 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/Properties.java View 1 2 8 chunks +17 lines, -0 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/formatters/CompactDecimalFormat.java View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/formatters/MeasureFormat.java View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/text/CompactDecimalFormat.java View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java View 1 2 6 chunks +16 lines, -2 lines 0 comments Download
M icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatDataDrivenTest.java View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTest.java View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/FormatQuantityTest.java View 1 2 4 chunks +5 lines, -0 lines 0 comments Download
M icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/PropertiesTest.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5
sffc
This is my attempt at fixing #13152. http://bugs.icu-project.org/trac/ticket/13152 Previously, places that needed a locale to ...
6 years, 10 months ago (2017-06-23 08:57:56 UTC) #1
andy.heninger
LGTM https://codereview.appspot.com/328770043/diff/1/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java File icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java (right): https://codereview.appspot.com/328770043/diff/1/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java#newcode302 icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java:302: properties.setDataLocale(symbols.getULocale()); Could also use "def" that was just ...
6 years, 10 months ago (2017-06-26 21:50:36 UTC) #2
sffc
First round of feedback
6 years, 10 months ago (2017-06-27 03:15:21 UTC) #3
sffc
https://codereview.appspot.com/328770043/diff/1/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java File icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java (right): https://codereview.appspot.com/328770043/diff/1/icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java#newcode302 icu4j/main/classes/core/src/com/ibm/icu/text/DecimalFormat.java:302: properties.setDataLocale(symbols.getULocale()); On 2017/06/26 21:50:36, andy.heninger wrote: > Could also ...
6 years, 10 months ago (2017-06-27 03:15:29 UTC) #4
sffc
6 years, 9 months ago (2017-07-27 05:06:20 UTC) #5
Latest patch set
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b