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

Issue 106580043: ticket:10944: Add ByteBuffer support for StringPrep. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by roubert (google)
Modified:
10 years, 5 months ago
Reviewers:
markus.icu
Base URL:
svn+ssh://source.icu-project.org/repos/icu/icu4j/trunk
Visibility:
Public.

Description

ticket:10944: Add ByteBuffer support for StringPrep. Also adds the ICUBinary.getVersionByteArrayFromCompactInt() function. R=markus.icu@gmail.com Committed: http://bugs.icu-project.org/trac/changeset/36037

Patch Set 1 #

Patch Set 2 : Remove unused private constructor. #

Patch Set 3 : Update to use the ByteBuffer constructor of CharTrie. #

Patch Set 4 : Delete unused code. #

Total comments: 8

Patch Set 5 : Code review. #

Patch Set 6 : Rebase. #

Patch Set 7 : Delete unused import statement. #

Total comments: 6

Patch Set 8 : Code review. #

Patch Set 9 : Code review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -67 lines) Patch
M main/classes/core/src/com/ibm/icu/impl/ICUBinary.java View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
M main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java View 1 2 3 4 5 6 7 4 chunks +26 lines, -38 lines 0 comments Download
M main/classes/core/src/com/ibm/icu/text/StringPrep.java View 1 2 3 4 5 6 7 8 5 chunks +22 lines, -29 lines 0 comments Download

Messages

Total messages: 9
roubert (google)
10 years, 5 months ago (2014-07-09 19:20:15 UTC) #1
markus.icu
https://codereview.appspot.com/106580043/diff/60001/main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java File main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java (right): https://codereview.appspot.com/106580043/diff/60001/main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java#newcode32 main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java:32: * @param bytes ICU uprop.dat file buffer ICU StringPrep ...
10 years, 5 months ago (2014-07-11 18:37:11 UTC) #2
roubert (google)
https://codereview.appspot.com/106580043/diff/60001/main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java File main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java (right): https://codereview.appspot.com/106580043/diff/60001/main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java#newcode32 main/classes/core/src/com/ibm/icu/impl/StringPrepDataReader.java:32: * @param bytes ICU uprop.dat file buffer On 2014/07/11 ...
10 years, 5 months ago (2014-07-14 15:04:33 UTC) #3
markus.icu
https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/impl/ICUBinary.java File main/classes/core/src/com/ibm/icu/impl/ICUBinary.java (right): https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/impl/ICUBinary.java#newcode270 main/classes/core/src/com/ibm/icu/impl/ICUBinary.java:270: (byte)((version >> 16) & 0xff), Remove the "& 0xff" ...
10 years, 5 months ago (2014-07-15 17:02:27 UTC) #4
roubert (google)
https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/impl/ICUBinary.java File main/classes/core/src/com/ibm/icu/impl/ICUBinary.java (right): https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/impl/ICUBinary.java#newcode270 main/classes/core/src/com/ibm/icu/impl/ICUBinary.java:270: (byte)((version >> 16) & 0xff), On 2014/07/15 17:02:27, markus.icu ...
10 years, 5 months ago (2014-07-15 19:29:16 UTC) #5
markus.icu
LGTM https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/text/StringPrep.java File main/classes/core/src/com/ibm/icu/text/StringPrep.java (right): https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/text/StringPrep.java#newcode213 main/classes/core/src/com/ibm/icu/text/StringPrep.java:213: private static final int INDEX_TRIE_SIZE = 0; /* ...
10 years, 5 months ago (2014-07-15 19:46:38 UTC) #6
roubert (google)
https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/text/StringPrep.java File main/classes/core/src/com/ibm/icu/text/StringPrep.java (right): https://codereview.appspot.com/106580043/diff/120001/main/classes/core/src/com/ibm/icu/text/StringPrep.java#newcode213 main/classes/core/src/com/ibm/icu/text/StringPrep.java:213: private static final int INDEX_TRIE_SIZE = 0; /* number ...
10 years, 5 months ago (2014-07-15 19:59:11 UTC) #7
markus.icu
LGTM++
10 years, 5 months ago (2014-07-15 20:03:23 UTC) #8
roubert (google)
10 years, 5 months ago (2014-07-15 20:49:52 UTC) #9
Message was sent while issue was closed.
Committed patchset #9 manually as r36037 (presubmit successful).
Sign in to reply to this message.

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