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

Side by Side Diff: icu52/patches/breakiterator.patch

Issue 224133003: Copy the remaining icu46 patches to preserve the history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | icu52/patches/csetdet.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Index: README.chromium 1 Index: README.chromium
2 diff --git a/README.chromium b/README.chromium 2 diff --git a/README.chromium b/README.chromium
3 index 76acd4b06530827413286a72fed86771147c88d8..7e85c4949f1b52bbbda26e2d90b49852 aaff7563 100644 3 index 76acd4b06530827413286a72fed86771147c88d8..7e85c4949f1b52bbbda26e2d90b49852 aaff7563 100644
4 --- a/README.chromium 4 --- a/README.chromium
5 +++ b/README.chromium 5 +++ b/README.chromium
6 @@ -255,5 +255,5 @@ This directory contains the source code of ICU 4.6 for C/C++ 6 @@ -255,5 +255,5 @@ This directory contains the source code of ICU 4.6 for C/C++
7 - patches/csetdet.patch 7 - patches/csetdet.patch
8 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318 8 - upstream bug: http://bugs.icu-project.org/trac/ticket/10318
9 9
10 - 10 -
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 + * returned break position. 131 + * returned break position.
132 + * @see RuleBaseBreakIterator::getRuleStatus() 132 + * @see RuleBaseBreakIterator::getRuleStatus()
133 + * @see UWordBreak 133 + * @see UWordBreak
134 + */ 134 + */
135 + virtual int32_t getRuleStatus() const; 135 + virtual int32_t getRuleStatus() const;
136 + 136 +
137 + /** 137 + /**
138 * Create BreakIterator for word-breaks using the given locale. 138 * Create BreakIterator for word-breaks using the given locale.
139 * Returns an instance of a BreakIterator implementing word breaks. 139 * Returns an instance of a BreakIterator implementing word breaks.
140 * WordBreak is useful for word selection (ex. double click) 140 * WordBreak is useful for word selection (ex. double click)
OLDNEW
« no previous file with comments | « no previous file | icu52/patches/csetdet.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698