]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
57a6839d A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/segments/root.xml ../../xml/brkitr/root.xml | |
73c04bcf A |
7 | // * |
8 | // *************************************************************************** | |
9 | root{ | |
2ca993e8 | 10 | Version{"2.1.23.21"} |
73c04bcf A |
11 | boundaries{ |
12 | grapheme:process(dependency){"char.brk"} | |
13 | line:process(dependency){"line.brk"} | |
08b89b0a A |
14 | line_loose:process(dependency){"line_loose.brk"} |
15 | line_normal:process(dependency){"line_normal.brk"} | |
16 | line_strict:process(dependency){"line.brk"} | |
73c04bcf A |
17 | sentence:process(dependency){"sent.brk"} |
18 | title:process(dependency){"title.brk"} | |
19 | word:process(dependency){"word.brk"} | |
20 | } | |
21 | dictionaries{ | |
51004dcb A |
22 | Hani:process(dependency){"cjdict.dict"} |
23 | Hira:process(dependency){"cjdict.dict"} | |
2ca993e8 | 24 | Kana:process(dependency){"cjdict.dict"} |
51004dcb | 25 | Khmr:process(dependency){"khmerdict.dict"} |
57a6839d | 26 | Laoo:process(dependency){"laodict.dict"} |
b331163b | 27 | Mymr:process(dependency){"burmesedict.dict"} |
51004dcb | 28 | Thai:process(dependency){"thaidict.dict"} |
73c04bcf A |
29 | } |
30 | } |