CloneSet77


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
61210.999UpdateExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16151
Closure/closure/goog/i18n/currencycodemap.js
26150
Closure/closure/goog/locale/currencycodemap.js
Clone Instance
1
Line Count
61
Source Line
51
Source File
Closure/closure/goog/i18n/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'                }


Clone Instance
2
Line Count
61
Source Line
50
Source File
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 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'                  }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61a86380]]
locale 
12[[#61a86380]]
i18n