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

Side by Side Diff: patches/xlit_badcast.patch

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 1 month 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
« no previous file with comments | « patches/wpo.patch ('k') | scripts/trim_data.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/source/i18n/rbt_pars.cpp b/source/i18n/rbt_pars.cpp
2 index 7e3678b..4cc0a6e 100644
3 --- a/source/i18n/rbt_pars.cpp
4 +++ b/source/i18n/rbt_pars.cpp
5 @@ -1102,7 +1102,7 @@ void TransliteratorParser::parseRules(const UnicodeString& rule,
6
7 for (int32_t j = 0; j < data->variablesLength; j++) {
8 data->variables[j] =
9 - ((UnicodeSet*)variablesVector.elementAt(j));
10 + ((UnicodeFunctor*)variablesVector.elementAt(j));
11 }
12
13 data->variableNames.removeAll();
OLDNEW
« no previous file with comments | « patches/wpo.patch ('k') | scripts/trim_data.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698