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

Issue 340990043: ticket:13672 Enabling double_conversion StringToDoubleConverter and using it in DecimalQuantity's t… (Closed)

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

Description

ticket:13672 Enabling double_conversion StringToDoubleConverter and using it in DecimalQuantity's toDouble() function.

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -33 lines) Patch
M icu4c/source/i18n/Makefile.in View 1 chunk +2 lines, -1 line 0 comments Download
M icu4c/source/i18n/double-conversion.h View 2 chunks +1 line, -1 line 0 comments Download
M icu4c/source/i18n/double-conversion.cpp View 6 chunks +3 lines, -4 lines 0 comments Download
A + icu4c/source/i18n/double-conversion-strtod.h View 3 chunks +19 lines, -1 line 0 comments Download
A + icu4c/source/i18n/double-conversion-strtod.cpp View 3 chunks +23 lines, -4 lines 0 comments Download
M icu4c/source/i18n/i18n.vcxproj View 1 chunk +1 line, -0 lines 0 comments Download
M icu4c/source/i18n/i18n.vcxproj.filters View 1 chunk +3 lines, -0 lines 0 comments Download
M icu4c/source/i18n/number_decimalquantity.cpp View 3 chunks +23 lines, -22 lines 4 comments Download
M icu4c/source/test/intltest/numbertest.h View 1 chunk +1 line, -0 lines 0 comments Download
M icu4c/source/test/intltest/numbertest_decimalquantity.cpp View 2 chunks +17 lines, -0 lines 4 comments Download
M icu4j/main/classes/core/src/com/ibm/icu/impl/number/DecimalQuantity_AbstractBCD.java View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4
sffc
https://codereview.appspot.com/340990043/diff/1/icu4c/source/i18n/number_decimalquantity.cpp File icu4c/source/i18n/number_decimalquantity.cpp (right): https://codereview.appspot.com/340990043/diff/1/icu4c/source/i18n/number_decimalquantity.cpp#newcode1013 icu4c/source/i18n/number_decimalquantity.cpp:1013: UnicodeString DecimalQuantity::toNumberString() const { Since my change puts this ...
6 years ago (2018-03-30 07:11:51 UTC) #1
andy.heninger
Note: the corresponding ICU ticket is not in reviewing state. https://codereview.appspot.com/340990043/diff/1/icu4c/source/i18n/number_decimalquantity.cpp File icu4c/source/i18n/number_decimalquantity.cpp (right): https://codereview.appspot.com/340990043/diff/1/icu4c/source/i18n/number_decimalquantity.cpp#newcode1013 ...
6 years ago (2018-04-03 18:32:52 UTC) #2
sffc
Fixes committed in r41200 and r41201. https://codereview.appspot.com/340990043/diff/1/icu4c/source/i18n/number_decimalquantity.cpp File icu4c/source/i18n/number_decimalquantity.cpp (right): https://codereview.appspot.com/340990043/diff/1/icu4c/source/i18n/number_decimalquantity.cpp#newcode1029 icu4c/source/i18n/number_decimalquantity.cpp:1029: result.insert(insertIndex, u'0' + ...
6 years ago (2018-04-05 23:44:32 UTC) #3
andy.heninger
5 years, 12 months ago (2018-04-25 23:37:28 UTC) #4
Message was sent while issue was closed.
LGTM. Trac ticket closed.
Sign in to reply to this message.

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