| 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/root.xml | 6 // * Source File: <path>/common/main/root.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/root.xml | 10 * ICU <specials> source: <path>/common/main/root.xml |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 } | 37 } |
| 38 HKD{ | 38 HKD{ |
| 39 "HK$", | 39 "HK$", |
| 40 "HKD", | 40 "HKD", |
| 41 } | 41 } |
| 42 ILS{ | 42 ILS{ |
| 43 "₪", | 43 "₪", |
| 44 "ILS", | 44 "ILS", |
| 45 } | 45 } |
| 46 INR{ | 46 INR{ |
| 47 "₹", | 47 "Rs.", |
| 48 "INR", | 48 "INR", |
| 49 } | 49 } |
| 50 JPY{ | 50 JPY{ |
| 51 "JP¥", | 51 "JP¥", |
| 52 "JPY", | 52 "JPY", |
| 53 } | 53 } |
| 54 KRW{ | 54 KRW{ |
| 55 "₩", | 55 "₩", |
| 56 "KRW", | 56 "KRW", |
| 57 } | 57 } |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 insertBetween{" "} | 203 insertBetween{" "} |
| 204 surroundingMatch{"[:digit:]"} | 204 surroundingMatch{"[:digit:]"} |
| 205 } | 205 } |
| 206 beforeCurrency{ | 206 beforeCurrency{ |
| 207 currencyMatch{"[:^S:]"} | 207 currencyMatch{"[:^S:]"} |
| 208 insertBetween{" "} | 208 insertBetween{" "} |
| 209 surroundingMatch{"[:digit:]"} | 209 surroundingMatch{"[:digit:]"} |
| 210 } | 210 } |
| 211 } | 211 } |
| 212 } | 212 } |
| OLD | NEW |