Home
last modified time | relevance | path

Searched refs:getCurrency (Results 1 – 25 of 59) sorted by relevance

123

/external/icu/icu4c/source/i18n/unicode/
Dcurramt.h112 inline const CurrencyUnit& getCurrency() const;
121 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { in getCurrency() function
126 return getCurrency().getISOCurrency(); in getISOCurrency()
Dnumfmt.h943 const UChar* getCurrency() const;
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDecimalFormatSymbolsTest.java77 Currency jdkCur = jdkDecfs.getCurrency(); in TestICUEquivalent()
78 com.ibm.icu.util.Currency icuCur = icuDecfs.getCurrency(); in TestICUEquivalent()
122 decfs.setCurrency(decfsEnUS.getCurrency()); in TestSetSymbols()
140 Currency cur = decfs.getCurrency(); in TestSetSymbols()
141 Currency curEnUS = decfsEnUS.getCurrency(); in TestSetSymbols()
184 String jdkCurrencyCode = jdkDecfs.getCurrency().getCurrencyCode(); in TestKeywords()
185 String icuCurrencyCode = icuDecfs.getCurrency().getCurrencyCode(); in TestKeywords()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DNumberFormatJDK.java86 java.util.Currency save = fJdkNfmt.getCurrency(); in format()
87 String currCode = currAmt.getCurrency().getCurrencyCode(); in format()
119 public Currency getCurrency() { in getCurrency() method in NumberFormatJDK
120 java.util.Currency jdkCurrency = fJdkNfmt.getCurrency(); in getCurrency()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDecimalFormatSymbols.java414 public Currency getCurrency() { in getCurrency() method in DecimalFormatSymbols
415 return new Currency(dfs.getCurrency()); in getCurrency()
DNumberFormat.java1076 public Currency getCurrency() { in getCurrency() method in NumberFormat
1077 return new Currency(numberFormat.getCurrency()); in getCurrency()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatSymbolsICU.java53 public Currency getCurrency() { in getCurrency() method in DecimalFormatSymbolsICU
54 com.ibm.icu.util.Currency icuCurrency = fIcuDecfs.getCurrency(); in getCurrency()
DNumberFormatICU.java80 public Currency getCurrency() { in getCurrency() method in NumberFormatICU
81 com.ibm.icu.util.Currency icuCurrency = fIcuNfmt.getCurrency(); in getCurrency()
DDecimalFormatICU.java134 public Currency getCurrency() { in getCurrency() method in DecimalFormatICU
135 com.ibm.icu.util.Currency icuCurrency = fIcuDecfmt.getCurrency(); in getCurrency()
267 Currency currency = newSymbols.getCurrency(); in setDecimalFormatSymbols()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCurrencyAmount.java49 public Currency getCurrency() { in getCurrency() method in CurrencyAmount
DGlobalizationPreferences.java386 public Currency getCurrency() { in getCurrency() method in GlobalizationPreferences
960 result.setCurrency(getCurrency()); in guessNumberFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrencyAmount.java52 public Currency getCurrency() { in getCurrency() method in CurrencyAmount
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java525 Currency cur = gp.getCurrency(); in TestCurrency()
535 cur = gp.getCurrency(); in TestCurrency()
547 cur = gp.getCurrency(); in TestCurrency()
556 cur = gp.getCurrency(); in TestCurrency()
566 cur = gp.getCurrency(); in TestCurrency()
574 cur = gp.getCurrency(); in TestCurrency()
598 cur = gp.getCurrency(); in TestCurrency()
606 cur = gp1.getCurrency(); in TestCurrency()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DGlobalizationPreferencesTest.java526 Currency cur = gp.getCurrency(); in TestCurrency()
536 cur = gp.getCurrency(); in TestCurrency()
548 cur = gp.getCurrency(); in TestCurrency()
557 cur = gp.getCurrency(); in TestCurrency()
567 cur = gp.getCurrency(); in TestCurrency()
575 cur = gp.getCurrency(); in TestCurrency()
599 cur = gp.getCurrency(); in TestCurrency()
607 cur = gp1.getCurrency(); in TestCurrency()
DIntlTestDecimalFormatSymbols.java82 if (!fr.getCurrency().equals(currency)){ in TestSymbols()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormat.java379 Currency save = getCurrency(), curr = currAmt.getCurrency(); in format()
1171 public Currency getCurrency() { in getCurrency() method in NumberFormat
1186 Currency c = getCurrency(); in getEffectiveCurrency()
DCurrencyFormat.java70 fmt.setCurrency(currency.getCurrency()); in format()
DCompactDecimalFormat.java302 return format(currAmt.getNumber().doubleValue(), currAmt.getCurrency(), toAppendTo, pos); in format()
359 Currency originalCurrency = this.getCurrency(); in format()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java405 Currency save = getCurrency(), curr = currAmt.getCurrency(); in format()
1259 public Currency getCurrency() { in getCurrency() method in NumberFormat
1273 Currency c = getCurrency(); in getEffectiveCurrency()
DCurrencyFormat.java69 fmt.setCurrency(currency.getCurrency()); in format()
DCompactDecimalFormat.java314 return format(currAmt.getNumber().doubleValue(), currAmt.getCurrency(), toAppendTo, pos); in format()
372 Currency originalCurrency = this.getCurrency(); in format()
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp572 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
627 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) { in format()
1191 const UChar* NumberFormat::getCurrency() const { in getCurrency() function in NumberFormat
1196 const UChar* c = getCurrency(); in getEffectiveCurrency()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp546 if(u_strcmp(fFormat->getCurrency(), kUSD)) { in doStuff()
550 .append(fFormat->getCurrency()) in doStuff()
555 if(u_strcmp(gSharedData->fFormat->getCurrency(), kUSD)) { in doStuff()
559 .append(gSharedData->fFormat->getCurrency()) in doStuff()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java81 if (!fr.getCurrency().equals(currency)){ in TestSymbols()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java402 public Currency getCurrency() { in getCurrency() method in GlobalizationPreferences
993 result.setCurrency(getCurrency()); in guessNumberFormat()

123