| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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/main/en.xml | 6 // * Source File: <path>/common/main/en.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/en.xml | 10 * ICU <specials> source: <path>/common/main/en.xml |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 "Mo5", | 341 "Mo5", |
| 342 "Mo6", | 342 "Mo6", |
| 343 "Mo7", | 343 "Mo7", |
| 344 "Mo8", | 344 "Mo8", |
| 345 "Mo9", | 345 "Mo9", |
| 346 "Mo10", | 346 "Mo10", |
| 347 "Mo11", | 347 "Mo11", |
| 348 "Mo12", | 348 "Mo12", |
| 349 } | 349 } |
| 350 wide{ | 350 wide{ |
| 351 "Month1", | 351 "1", |
| 352 "Month2", | 352 "2", |
| 353 "Month3", | 353 "3", |
| 354 "Month4", | 354 "4", |
| 355 "Month5", | 355 "5", |
| 356 "Month6", | 356 "6", |
| 357 "Month7", | 357 "7", |
| 358 "Month8", | 358 "8", |
| 359 "Month9", | 359 "9", |
| 360 "Month10", | 360 "10", |
| 361 "Month11", | 361 "11", |
| 362 "Month12", | 362 "12", |
| 363 } | 363 } |
| 364 } | 364 } |
| 365 } | 365 } |
| 366 } | 366 } |
| 367 generic{ | 367 generic{ |
| 368 DateTimePatterns{ | 368 DateTimePatterns{ |
| 369 "h:mm:ss a zzzz", | 369 "h:mm:ss a zzzz", |
| 370 "h:mm:ss a z", | 370 "h:mm:ss a z", |
| 371 "h:mm:ss a", | 371 "h:mm:ss a", |
| 372 "h:mm a", | 372 "h:mm a", |
| (...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1441 Tone{"Tone"} | 1441 Tone{"Tone"} |
| 1442 UNGEGN{"UNGEGN"} | 1442 UNGEGN{"UNGEGN"} |
| 1443 x-Accents{"Accents"} | 1443 x-Accents{"Accents"} |
| 1444 x-Fullwidth{"Fullwidth"} | 1444 x-Fullwidth{"Fullwidth"} |
| 1445 x-Halfwidth{"Halfwidth"} | 1445 x-Halfwidth{"Halfwidth"} |
| 1446 x-Jamo{"Jamo"} | 1446 x-Jamo{"Jamo"} |
| 1447 x-Pinyin{"Pinyin"} | 1447 x-Pinyin{"Pinyin"} |
| 1448 x-Publishing{"Publishing"} | 1448 x-Publishing{"Publishing"} |
| 1449 } | 1449 } |
| 1450 } | 1450 } |
| OLD | NEW |