Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Issue 3133028: Add functions to get the length or compute a substring of UTF8 and UTF16... (Closed)

Created:
10 years, 4 months ago by dmazzoni
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, brettw-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add functions to get the length or compute a substring of UTF8 and UTF16 encoded strings. BUG=none TEST=Added new unit tests for each. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57051

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -0 lines) Patch
M base/base.gyp View 2 2 chunks +3 lines, -0 lines 0 comments Download
A base/i18n/char_iterator.h View 1 chunk +119 lines, -0 lines 0 comments Download
A base/i18n/char_iterator.cc View 1 chunk +58 lines, -0 lines 0 comments Download
A base/i18n/char_iterator_unittest.cc View 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dmazzoni
10 years, 4 months ago (2010-08-19 17:10:20 UTC) #1
brettw
Do you still need this for your previous patch? I'm confused since I thought somebody ...
10 years, 4 months ago (2010-08-19 17:17:38 UTC) #2
dmazzoni
On Thu, Aug 19, 2010 at 10:17 AM, <brettw@chromium.org> wrote: > Do you still need ...
10 years, 4 months ago (2010-08-19 17:36:53 UTC) #3
brettw
On Thu, Aug 19, 2010 at 10:36 AM, Dominic Mazzoni <dmazzoni@chromium.org> wrote: > On Thu, ...
10 years, 4 months ago (2010-08-19 18:46:26 UTC) #4
dmazzoni
On Thu, Aug 19, 2010 at 11:46 AM, Brett Wilson <brettw@chromium.org> wrote: > Do you ...
10 years, 4 months ago (2010-08-19 19:07:53 UTC) #5
brettw
I would put this in base/i18n and just use ICU so you don't have to ...
10 years, 4 months ago (2010-08-19 20:56:59 UTC) #6
dmazzoni
Done, take another look. - Dominic On Thu, Aug 19, 2010 at 1:56 PM, Brett ...
10 years, 4 months ago (2010-08-19 21:38:16 UTC) #7
brettw
A few minor nits, thanks for the nice tests. http://codereview.chromium.org/3133028/diff/5002/12002 File base/i18n/char_iterators.cc (right): http://codereview.chromium.org/3133028/diff/5002/12002#newcode40 base/i18n/char_iterators.cc:40: ...
10 years, 4 months ago (2010-08-19 21:45:11 UTC) #8
dmazzoni
All changes made, thanks for the fast review. On Thu, Aug 19, 2010 at 2:45 ...
10 years, 4 months ago (2010-08-19 21:55:02 UTC) #9
brettw
10 years, 4 months ago (2010-08-19 22:00:58 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698