| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/am.xml | 6 // * Source File:<path>/common/main/am.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/am.xml | 10 * ICU <specials> source: <path>/xml/main/am.xml |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 "d MMMM y", | 37 "d MMMM y", |
| 38 "d MMM y", | 38 "d MMM y", |
| 39 "dd/MM/yyyy", | 39 "dd/MM/yyyy", |
| 40 "{1} {0}", | 40 "{1} {0}", |
| 41 "{1} {0}", | 41 "{1} {0}", |
| 42 "{1} {0}", | 42 "{1} {0}", |
| 43 "{1} {0}", | 43 "{1} {0}", |
| 44 "{1} {0}", | 44 "{1} {0}", |
| 45 } | 45 } |
| 46 availableFormats{ | 46 availableFormats{ |
| 47 h{"h a"} |
| 48 H{"H"} |
| 47 Hm{"HH:mm"} | 49 Hm{"HH:mm"} |
| 48 Hms{"HH:mm:ss"} | 50 Hms{"HH:mm:ss"} |
| 49 M{"L"} | 51 M{"L"} |
| 50 MEd{"E, M/d"} | 52 MEd{"E, M/d"} |
| 51 MMM{"LLL"} | 53 MMM{"LLL"} |
| 52 MMMEd{"E, MMM d"} | 54 MMMEd{"E, MMM d"} |
| 53 MMMMEd{"E, MMMM d"} | 55 MMMMEd{"E, MMMM d"} |
| 54 MMMMd{"MMMM d"} | 56 MMMMd{"MMMM d"} |
| 55 MMMd{"MMM d"} | 57 MMMd{"MMM d"} |
| 56 Md{"M/d"} | 58 Md{"M/d"} |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 } | 201 } |
| 200 } | 202 } |
| 201 } | 203 } |
| 202 delimiters{ | 204 delimiters{ |
| 203 alternateQuotationEnd{"›"} | 205 alternateQuotationEnd{"›"} |
| 204 alternateQuotationStart{"‹"} | 206 alternateQuotationStart{"‹"} |
| 205 quotationEnd{"»"} | 207 quotationEnd{"»"} |
| 206 quotationStart{"«"} | 208 quotationStart{"«"} |
| 207 } | 209 } |
| 208 } | 210 } |
| OLD | NEW |