HomeSort by relevance Sort by last modified time
    Searched defs:getCurrency (Results 1 - 16 of 16) sorted by null

  /external/icu4c/i18n/unicode/
curramt.h 110 inline const CurrencyUnit& getCurrency() const;
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const {
124 return getCurrency().getISOCurrency();
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 97 assertEquals(fs.getCurrency(), fsc.getCurrency());
142 assertEquals("EUR", dfs.getCurrency().getCurrencyCode());
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
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/main/java/java/text/
NumberFormat.java 332 public Currency getCurrency() {
DecimalFormatSymbols.java 226 public Currency getCurrency() {
DecimalFormat.java 731 * @see DecimalFormatSymbols#getCurrency()
734 public Currency getCurrency() {
735 return symbols.getCurrency();
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 394 u_strcpy(save, nf.getCurrency());
1024 const UChar* NumberFormat::getCurrency() const {
1029 const UChar* c = getCurrency();
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 126 milliseconds