Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dcurramt.h110 inline const CurrencyUnit& getCurrency() const;
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { in getCurrency() function
124 return getCurrency().getISOCurrency(); in getISOCurrency()
Dnumfmt.h864 const UChar* getCurrency() const;
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDecimalFormatSymbolsTest.java250 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()
DNumberFormatTest.java205 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()
DDecimalFormatTest.java1198 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/
Dnumfmt.cpp425 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()
Dunum.cpp689 res = UnicodeString(df->getCurrency()); in unum_getTextAttribute()
Ddecimfmt.cpp472 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/
Dnumrgts.cpp1713 const UChar *currency = fmt1->getCurrency(); in Test4122840()
2446 f2.setCurrency(f2.getCurrency(), status);
Dnumfmtst.cpp1707 if (u_strcmp(EUR, df->getCurrency()) == 0) { in TestCurrencyPatterns()
6364 fmt->setCurrency(fmt->getCurrency(), status); in TestCurrencyFractionDigits()