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

Side by Side Diff: android/brkitr.patch

Issue 1639543006: ICU 56 step 6: Check in the pre-built ICU data (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56local_patches
Patch Set: address review comments Created 4 years, 10 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
« no previous file with comments | « README.chromium ('k') | android/icudtl.dat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk 1 diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk
2 index cb5226a..39202f1 100644 2 index cb5226a..39202f1 100644
3 --- a/source/data/brkitr/brklocal.mk 3 --- a/source/data/brkitr/brklocal.mk
4 +++ b/source/data/brkitr/brklocal.mk 4 +++ b/source/data/brkitr/brklocal.mk
5 @@ -34,14 +34,14 @@ BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS) 5 @@ -34,14 +34,14 @@ BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS)
6 6
7 7
8 # List of dictionary files (dict). 8 # List of dictionary files (dict).
9 -BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\ 9 -BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\
10 +BRK_DICT_SOURCE = burmesedict.txt khmerdict.txt laodict.txt\ 10 +BRK_DICT_SOURCE = burmesedict.txt khmerdict.txt laodict.txt\
11 thaidict.txt 11 thaidict.txt
12 12
13 13
14 # List of break iterator files (brk). 14 # List of break iterator files (brk).
15 BRK_SOURCE = char.txt line.txt line_fi.txt\ 15 BRK_SOURCE = char.txt line.txt\
16 line_normal.txt line_normal_cj.txt\ 16 line_normal.txt line_normal_cj.txt line_normal_fi.txt\
17 - sent.txt sent_el.txt title.txt word.txt 17 - sent.txt sent_el.txt title.txt word.txt
18 + sent.txt sent_el.txt title.txt word.txt word_ja.txt 18 + sent.txt sent_el.txt title.txt word.txt word_ja.txt
19 19
20 20
21 # Ordinary resources 21 # Ordinary resources
22 diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt 22 diff --git a/source/data/brkitr/ja.txt b/source/data/brkitr/ja.txt
23 index f9f986e..cd07526 100644 23 index f9f986e..cd07526 100644
24 --- a/source/data/brkitr/ja.txt 24 --- a/source/data/brkitr/ja.txt
25 +++ b/source/data/brkitr/ja.txt 25 +++ b/source/data/brkitr/ja.txt
26 @@ -13,5 +13,6 @@ ja{ 26 @@ -13,5 +13,6 @@ ja{
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 $BackRegional_IndicatorEx $BackRegional_IndicatorEx; 79 $BackRegional_IndicatorEx $BackRegional_IndicatorEx;
80 80
81 -# special handling for CJK characters: chain for later dictionary segmentation 81 -# special handling for CJK characters: chain for later dictionary segmentation
82 -$HangulSyllable $HangulSyllable; 82 -$HangulSyllable $HangulSyllable;
83 -$KanaKanji $KanaKanji; #different rule status if both kanji and kana found 83 -$KanaKanji $KanaKanji; #different rule status if both kanji and kana found
84 - 84 -
85 ## ------------------------------------------------- 85 ## -------------------------------------------------
86 86
87 !!safe_reverse; 87 !!safe_reverse;
OLDNEW
« no previous file with comments | « README.chromium ('k') | android/icudtl.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698