Searched refs:getCurrency (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | curramt.h | 110 inline const CurrencyUnit& getCurrency() const; 119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { in getCurrency() function 124 return getCurrency().getISOCurrency(); in getISOCurrency()
|
D | numfmt.h | 864 const UChar* getCurrency() const;
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | DecimalFormatSymbolsTest.java | 250 dfsUS.getCurrency(), currency); in test_getCurrency() 260 dfs1.getCurrency() == currK); in test_getCurrency() 268 dfs1.getCurrency() == currK); in test_getCurrency() 276 dfs1.getCurrency() == currX); in test_getCurrency() 284 dfs1.getCurrency() == currE); in test_getCurrency() 428 assertTrue("Returned incorrect currency", currency == dfs.getCurrency()); in test_setCurrencyLjava_util_Currency() 505 .getCurrency()); in test_setInternationalCurrencySymbolLjava_lang_String() 588 Currency currency = symbols.getCurrency(); in test_serialization() 603 currency = symbolsD.getCurrency(); in test_serialization() 648 assertEquals("EUR", dfs.getCurrency().getCurrencyCode()); in assertDecimalFormatSymbolsRIFrance()
|
D | NumberFormatTest.java | 205 assertSame("Returned incorrect currency", currH, format.getCurrency()); in test_getCurrency() 211 ((NumberFormat) cformat).getCurrency(); in test_getCurrency() 235 assertSame("Returned incorrect currency", currA, format.getCurrency()); in test_setCurrencyLjava_util_Currency()
|
D | DecimalFormatTest.java | 1198 df.getCurrency() == currK); in test_getCurrency() 1203 df.getCurrency() == currK); in test_getCurrency() 1208 df.getCurrency() == currX); in test_getCurrency() 1213 df.getCurrency() == currE); in test_getCurrency() 1218 df.getCurrency() == currX); in test_getCurrency() 1412 assertTrue("Returned incorrect currency", currency == df.getCurrency()); in test_setCurrencyLjava_util_Currency() 1549 assertEquals(df.getCurrency(), deserializedDF.getCurrency()); in test_serializationHarmonyRICompatible()
|
/external/icu4c/i18n/ |
D | numfmt.cpp | 425 u_strcpy(save, nf.getCurrency()); in ArgExtractor() 1063 const UChar* NumberFormat::getCurrency() const { in getCurrency() function in NumberFormat 1068 const UChar* c = getCurrency(); in getEffectiveCurrency()
|
D | unum.cpp | 689 res = UnicodeString(df->getCurrency()); in unum_getTextAttribute()
|
D | decimfmt.cpp | 472 setCurrencyInternally(getCurrency(), status); in construct() 2463 (fCurrencyChoice != NULL && *getCurrency() != 0) || in compareComplexAffix() 3304 const UChar* currencyUChars = getCurrency(); in expandAffix() 4691 const UChar* c = getCurrency(); in getEffectiveCurrency()
|
/external/icu4c/test/intltest/ |
D | numrgts.cpp | 1713 const UChar *currency = fmt1->getCurrency(); in Test4122840() 2446 f2.setCurrency(f2.getCurrency(), status);
|
D | numfmtst.cpp | 1707 if (u_strcmp(EUR, df->getCurrency()) == 0) { in TestCurrencyPatterns() 6364 fmt->setCurrency(fmt->getCurrency(), status); in TestCurrencyFractionDigits()
|