Searched refs:allCurrencies (Results 1 – 1 of 1) sorted by relevance
581 sal_Unicode **allCurrencies = NULL; in getAllCurrencies2() local586 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 19 milliseconds