/external/icu/icu4c/source/i18n/unicode/ |
D | curramt.h | 112 inline const CurrencyUnit& getCurrency() const; 121 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { in getCurrency() function 126 return getCurrency().getISOCurrency(); in getISOCurrency()
|
D | numfmt.h | 943 const UChar* getCurrency() const;
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | DecimalFormatSymbolsTest.java | 77 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/ |
D | NumberFormatJDK.java | 86 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/ |
D | DecimalFormatSymbols.java | 414 public Currency getCurrency() { in getCurrency() method in DecimalFormatSymbols 415 return new Currency(dfs.getCurrency()); in getCurrency()
|
D | NumberFormat.java | 1076 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/ |
D | DecimalFormatSymbolsICU.java | 53 public Currency getCurrency() { in getCurrency() method in DecimalFormatSymbolsICU 54 com.ibm.icu.util.Currency icuCurrency = fIcuDecfs.getCurrency(); in getCurrency()
|
D | NumberFormatICU.java | 80 public Currency getCurrency() { in getCurrency() method in NumberFormatICU 81 com.ibm.icu.util.Currency icuCurrency = fIcuNfmt.getCurrency(); in getCurrency()
|
D | DecimalFormatICU.java | 134 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/ |
D | CurrencyAmount.java | 49 public Currency getCurrency() { in getCurrency() method in CurrencyAmount
|
D | GlobalizationPreferences.java | 386 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/ |
D | CurrencyAmount.java | 52 public Currency getCurrency() { in getCurrency() method in CurrencyAmount
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 525 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/ |
D | GlobalizationPreferencesTest.java | 526 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()
|
D | IntlTestDecimalFormatSymbols.java | 82 if (!fr.getCurrency().equals(currency)){ in TestSymbols()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NumberFormat.java | 379 Currency save = getCurrency(), curr = currAmt.getCurrency(); in format() 1171 public Currency getCurrency() { in getCurrency() method in NumberFormat 1186 Currency c = getCurrency(); in getEffectiveCurrency()
|
D | CurrencyFormat.java | 70 fmt.setCurrency(currency.getCurrency()); in format()
|
D | CompactDecimalFormat.java | 302 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/ |
D | NumberFormat.java | 405 Currency save = getCurrency(), curr = currAmt.getCurrency(); in format() 1259 public Currency getCurrency() { in getCurrency() method in NumberFormat 1273 Currency c = getCurrency(); in getEffectiveCurrency()
|
D | CurrencyFormat.java | 69 fmt.setCurrency(currency.getCurrency()); in format()
|
D | CompactDecimalFormat.java | 314 return format(currAmt.getNumber().doubleValue(), currAmt.getCurrency(), toAppendTo, pos); in format() 372 Currency originalCurrency = this.getCurrency(); in format()
|
/external/icu/icu4c/source/i18n/ |
D | numfmt.cpp | 572 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/ |
D | tsmthred.cpp | 546 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/ |
D | IntlTestDecimalFormatSymbols.java | 81 if (!fr.getCurrency().equals(currency)){ in TestSymbols()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
D | GlobalizationPreferences.java | 402 public Currency getCurrency() { in getCurrency() method in GlobalizationPreferences 993 result.setCurrency(getCurrency()); in guessNumberFormat()
|