OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2015 International Business Machines | 3 // * Copyright (C) 2015 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/segments/zh.xml ../../xml/brkitr/zh.xml | 6 // * Source File: <path>/common/segments/zh.xml ../../xml/brkitr/zh.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 zh{ | 9 zh{ |
10 Version{"2.1.19.14"} | 10 Version{"2.1.19.14"} |
11 boundaries{ | 11 boundaries{ |
12 line:process(dependency){"line.brk"} | 12 line:process(dependency){"line_normal.brk"} |
13 line_loose:process(dependency){"line_loose_cj.brk"} | 13 line_loose:process(dependency){"line_normal_cj.brk"} |
14 line_normal:process(dependency){"line_normal_cj.brk"} | 14 line_normal:process(dependency){"line_normal_cj.brk"} |
15 line_strict:process(dependency){"line.brk"} | 15 line_strict:process(dependency){"line.brk"} |
16 } | 16 } |
17 } | 17 } |
OLD | NEW |