Home
last modified time | relevance | path

Searched refs:allCurrencies (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx581 sal_Unicode **allCurrencies = NULL; in getAllCurrencies2() local
586 allCurrencies = func(currencyCount); in getAllCurrencies2()
591 allCurrencies[nOff], // string ID in getAllCurrencies2()
592 allCurrencies[nOff+1], // string Symbol in getAllCurrencies2()
593 allCurrencies[nOff+2], // string BankSymbol in getAllCurrencies2()
594 allCurrencies[nOff+3], // string Name in getAllCurrencies2()
595 allCurrencies[nOff+4][0] != 0, // boolean Default in getAllCurrencies2()
596 allCurrencies[nOff+5][0] != 0, // boolean UsedInCompatibleFormatCodes in getAllCurrencies2()
597 allCurrencies[nOff+6][0], // short DecimalPlaces in getAllCurrencies2()
598 allCurrencies[nOff+7][0] != 0 // boolean LegacyOnly in getAllCurrencies2()

Completed in 23 milliseconds