HomeSort by relevance Sort by last modified time
    Searched refs:getCurrency (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/unicode/
curramt.h 110 inline const CurrencyUnit& getCurrency() const;
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const {
124 return getCurrency().getISOCurrency();
numfmt.h 112 * There are other static factory methods available. Use getCurrency
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
curramt.h 110 inline const CurrencyUnit& getCurrency() const;
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const {
124 return getCurrency().getISOCurrency();
numfmt.h 115 * There are other static factory methods available. Use getCurrency
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatSymbolsTest.java 115 * @tests java.text.DecimalFormatSymbols#getCurrency()
120 dfsUS.getCurrency(), currency);
130 dfs1.getCurrency() == currK);
138 dfs1.getCurrency() == currK);
146 dfs1.getCurrency() == currX);
154 dfs1.getCurrency() == currE);
162 // assertTrue("Test5: Returned incorrect currency", dfs1.getCurrency()
298 assertTrue("Returned incorrect currency", currency == dfs.getCurrency());
375 .getCurrency());
384 // assertNotNull("Test2: Returned incorrect currency", dfs.getCurrency());
    [all...]
NumberFormatTest.java 197 * @tests java.text.NumberFormat#getCurrency()
200 // Test for method java.util.Currency getCurrency()
205 assertSame("Returned incorrect currency", currH, format.getCurrency());
211 ((NumberFormat) cformat).getCurrency();
235 assertSame("Returned incorrect currency", currA, format.getCurrency());
DecimalFormatTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 98 assertEquals(fs.getCurrency(), fsc.getCurrency());
143 assertEquals("EUR", dfs.getCurrency().getCurrencyCode());
DecimalFormatSymbolsTest.java 78 assertEquals(usd, dfs.getCurrency());
85 assertEquals(null, dfs.getCurrency());
OldNumberFormatTest.java 79 assertSame("Returned incorrect currency", currA, format.getCurrency());
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 722 * @see DecimalFormatSymbols#getCurrency()
725 public Currency getCurrency() {
726 return symbols.getCurrency();
    [all...]
DecimalFormatSymbols.java 231 public Currency getCurrency() {
NumberFormat.java 332 public Currency getCurrency() {
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 543 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
598 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
    [all...]
unum.cpp 568 res = UnicodeString(df->getCurrency());
decimfmt.cpp 552 setCurrencyInternally(getCurrency(), status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 746 if(u_strcmp(fFormat->getCurrency(), kUSD)) {
750 .append(fFormat->getCurrency())
755 if(u_strcmp(gFormat->getCurrency(), kUSD)) {
759 .append(gFormat->getCurrency())
    [all...]
numrgts.cpp     [all...]
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp 570 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
625 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
    [all...]
decimfmt.cpp 573 setCurrencyInternally(getCurrency(), status);
    [all...]
unum.cpp 572 res = UnicodeString(df->getCurrency());
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 751 if(u_strcmp(fFormat->getCurrency(), kUSD)) {
755 .append(fFormat->getCurrency())
760 if(u_strcmp(gFormat->getCurrency(), kUSD)) {
764 .append(gFormat->getCurrency())
    [all...]
numrgts.cpp     [all...]
  /external/chromium_org/v8/src/
i18n.cc 347 icu::UnicodeString currency(number_format->getCurrency());
    [all...]

Completed in 753 milliseconds

1 2