Searched defs:getCurrency (Results 1 - 25 of 25) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dcurramt.h112 inline const CurrencyUnit& getCurrency() const;
121 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { function in class:CurrencyAmount
126 return getCurrency().getISOCurrency();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrencyAmount.java49 public Currency getCurrency() { method in class:CurrencyAmount
H A DGlobalizationPreferences.java386 public Currency getCurrency() { method in class:GlobalizationPreferences
960 result.setCurrency(getCurrency());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrencyAmount.java52 public Currency getCurrency() { method in class:CurrencyAmount
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java414 public Currency getCurrency() { method in class:DecimalFormatSymbols
415 return new Currency(dfs.getCurrency());
H A DNumberFormat.java1076 public Currency getCurrency() { method in class:NumberFormat
1077 return new Currency(numberFormat.getCurrency());
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java86 java.util.Currency save = fJdkNfmt.getCurrency();
87 String currCode = currAmt.getCurrency().getCurrencyCode();
119 public Currency getCurrency() { method in class:NumberFormatJDK
120 java.util.Currency jdkCurrency = fJdkNfmt.getCurrency();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java53 public Currency getCurrency() { method in class:DecimalFormatSymbolsICU
54 com.ibm.icu.util.Currency icuCurrency = fIcuDecfs.getCurrency();
H A DNumberFormatICU.java80 public Currency getCurrency() { method in class:NumberFormatICU
81 com.ibm.icu.util.Currency icuCurrency = fIcuNfmt.getCurrency();
H A DDecimalFormatICU.java134 public Currency getCurrency() { method in class:DecimalFormatICU
135 com.ibm.icu.util.Currency icuCurrency = fIcuDecfmt.getCurrency();
267 Currency currency = newSymbols.getCurrency();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java402 public Currency getCurrency() { method in class:GlobalizationPreferences
993 result.setCurrency(getCurrency());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormatSymbols.java730 * Returns the currency symbol, for {@link DecimalFormatSymbols#getCurrency()} API
734 public Currency getCurrency() { method in class:DecimalFormatSymbols
H A DNumberFormat.java379 Currency save = getCurrency(), curr = currAmt.getCurrency();
1171 public Currency getCurrency() { method in class:NumberFormat
1177 * should override this method as needed. Unlike getCurrency(),
1186 Currency c = getCurrency();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java781 * Returns the currency symbol, for {@link DecimalFormatSymbols#getCurrency()} API
786 public Currency getCurrency() { method in class:DecimalFormatSymbols
H A DNumberFormat.java405 Currency save = getCurrency(), curr = currAmt.getCurrency();
1259 public Currency getCurrency() { method in class:NumberFormat
1265 * should override this method as needed. Unlike getCurrency(),
1273 Currency c = getCurrency();
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp572 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
627 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
1191 const UChar* NumberFormat::getCurrency() const { function in class:NumberFormat
1196 const UChar* c = getCurrency();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 320 milliseconds