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

Issue 12261009: Added implementation of String.codeUnits. (Closed)

Created:
7 years, 10 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added implementation of String.codeUnits. Based on ListIterable implementation that should be reusable for a lot of our existing length/indexing-based iterables too. Committed: https://code.google.com/p/dart/source/detail?r=18506

Patch Set 1 #

Patch Set 2 : Fix typos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -7 lines) Patch
M runtime/lib/string_base.dart View 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/_collection_dev/iterable.dart View 1 1 chunk +311 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_string.dart View 1 chunk +1 line, -3 lines 0 comments Download
M sdk/lib/core/string.dart View 2 chunks +13 lines, -1 line 0 comments Download
A tests/corelib/string_codeunits_test.dart View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein Nielsen
7 years, 10 months ago (2013-02-13 14:06:55 UTC) #1
floitsch
7 years, 10 months ago (2013-02-13 15:56:06 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698