| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 61 | 2 | 1 | 0.999 | UpdateExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 61 | 51 | Closure/closure/goog/i18n/currencycodemap.js |
| 2 | 61 | 50 | Closure/closure/goog/locale/currencycodemap.js |
| ||||
/**
* The mapping of currency symbol through intl currency code.
* The source of information is mostly from wikipedia and CLDR. Since there is
* no authoritive source, items are judged by personal perception.
* If an application need currency support that available in tier2, it
* should extend currencyCodeMap to include tier2 data by doing this:
* goog.object.extend(goog.i18n.currencyCodeMap,
* goog.i18n.currencyCodeMapTier2);
*
* @type {Object}
* @const
*/
goog.i18n.currencyCodeMap= {
'AED': 'د.إ',
'ARS': '$',
'AUD': '$',
'BDT': '৳',
'BRL': 'R$',
'CAD': '$',
'CHF': 'Fr.',
'CLP': '$',
'CNY': '¥',
'COP': '$',
'CRC': '₡',
'CUP': '$',
'CZK': 'Kč',
'DKK': 'kr',
'DOP': '$',
'EGP': '£',
'EUR': '€',
'GBP': '£',
'HKD': '$',
'HRK': 'kn',
'HUF': 'Ft',
'IDR': 'Rp',
'ILS': '₪',
'INR': 'Rs',
'IQD': 'عد',
'ISK': 'kr',
'JMD': '$',
'JPY': '¥',
'KRW': '₩',
'KWD': 'د.ك',
'LKR': 'Rs',
'LVL': 'Ls',
'MNT': '₮',
'MXN': '$',
'MYR': 'RM',
'NOK': 'kr',
'NZD': '$',
'PAB': 'B/.',
'PEN': 'S/.',
'PHP': 'P',
'PKR': 'Rs.',
'PLN': 'zł',
'RON': 'L',
'RUB': 'руб',
'SAR': 'س.ر',
'SEK': 'kr',
'SGD': '$',
'SKK': 'Sk',
'SYP': 'SYP',
'THB': '฿',
'TRY': 'TL',
'TWD': 'NT$',
'USD': '$',
'UYU': '$',
'VEF': 'Bs.F',
'VND': '₫',
'XAF': 'FCFA',
'XCD': '$',
'YER': 'YER',
'ZAR': 'R' }
|
| ||||
/**
* The mapping of currency symbol through intl currency code.
* The source of information is mostly from wikipedia and CLDR. Since there is
* no authoritive source, items are judged by personal perception.
* If an application need currency support that only available in tier2, it
* should extend currencyCodeMap to include tier2 data by doing this:
* goog.object.extend(goog.locale.currencyCodeMap,
* goog.locale.currencyCodeMapTier2);
*
* @type {Object}
* @const
*/
goog.locale.currencyCodeMap= {
'AED': 'د.إ',
'ARS': '$',
'AUD': '$',
'BDT': '৳',
'BRL': 'R$',
'CAD': '$',
'CHF': 'Fr.',
'CLP': '$',
'CNY': '¥',
'COP': '$',
'CRC': '₡',
'CUP': '$',
'CZK': 'Kč',
'DKK': 'kr',
'DOP': '$',
'EGP': '£',
'EUR': '€',
'GBP': '£',
'HKD': '$',
'HRK': 'kn',
'HUF': 'Ft',
'IDR': 'Rp',
'ILS': '₪',
'INR': 'Rs',
'IQD': 'عد',
'ISK': 'kr',
'JMD': '$',
'JPY': '¥',
'KRW': '₩',
'KWD': 'د.ك',
'LKR': 'Rs',
'LVL': 'Ls',
'MNT': '₮',
'MXN': '$',
'MYR': 'RM',
'NOK': 'kr',
'NZD': '$',
'PAB': 'B/.',
'PEN': 'S/.',
'PHP': 'P',
'PKR': 'Rs.',
'PLN': 'zł',
'RON': 'L',
'RUB': 'руб',
'SAR': 'س.ر',
'SEK': 'kr',
'SGD': '$',
'SKK': 'Sk',
'SYP': 'SYP',
'THB': '฿',
'TRY': 'TL',
'TWD': 'NT$',
'USD': '$',
'UYU': '$',
'VEF': 'Bs.F',
'VND': '₫',
'XAF': 'FCFA',
'XCD': '$',
'YER': 'YER',
'ZAR': 'R' }
|
| |||
/**
* The mapping of currency symbol through intl currency code.
* The source of information is mostly from wikipedia and CLDR. Since there is
* no authoritive source, items are judged by personal perception.
* If an application need currency support that only available in tier2, it
* should extend currencyCodeMap to include tier2 data by doing this:
* goog.object.extend(goog.locale.currencyCodeMap,
* goog.locale.currencyCodeMapTier2);
*
* @type {Object}
* @const
*/
/**
* The mapping of currency symbol through intl currency code.
* The source of information is mostly from wikipedia and CLDR. Since there is
* no authoritive source, items are judged by personal perception.
* If an application need currency support that available in tier2, it
* should extend currencyCodeMap to include tier2 data by doing this:
* goog.object.extend(goog.i18n.currencyCodeMap,
* goog.i18n.currencyCodeMapTier2);
*
* @type {Object}
* @const
*/
goog. [[#variable61a86380]].currencyCodeMap= { 'AED': 'د.إ',
'ARS': '$',
'AUD': '$',
'BDT': '৳',
'BRL': 'R$',
'CAD': '$',
'CHF': 'Fr.',
'CLP': '$',
'CNY': '¥',
'COP': '$',
'CRC': '₡',
'CUP': '$',
'CZK': 'Kč',
'DKK': 'kr',
'DOP': '$',
'EGP': '£',
'EUR': '€',
'GBP': '£',
'HKD': '$',
'HRK': 'kn',
'HUF': 'Ft',
'IDR': 'Rp',
'ILS': '₪',
'INR': 'Rs',
'IQD': 'عد',
'ISK': 'kr',
'JMD': '$',
'JPY': '¥',
'KRW': '₩',
'KWD': 'د.ك',
'LKR': 'Rs',
'LVL': 'Ls',
'MNT': '₮',
'MXN': '$',
'MYR': 'RM',
'NOK': 'kr',
'NZD': '$',
'PAB': 'B/.',
'PEN': 'S/.',
'PHP': 'P',
'PKR': 'Rs.',
'PLN': 'zł',
'RON': 'L',
'RUB': 'руб',
'SAR': 'س.ر',
'SEK': 'kr',
'SGD': '$',
'SKK': 'Sk',
'SYP': 'SYP',
'THB': '฿',
'TRY': 'TL',
'TWD': 'NT$',
'USD': '$',
'UYU': '$',
'VEF': 'Bs.F',
'VND': '₫',
'XAF': 'FCFA',
'XCD': '$',
'YER': 'YER',
'ZAR': 'R' }
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#61a86380]] | locale |
| 1 | 2 | [[#61a86380]] | i18n |