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

/external/icu/icu4c/source/i18n/unicode/
H A Dcurramt.h110 inline const CurrencyUnit& getCurrency() const;
119 inline const CurrencyUnit& CurrencyAmount::getCurrency() const { function in class:CurrencyAmount
124 return getCurrency().getISOCurrency();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrencyAmount.java47 public Currency getCurrency() { method in class:CurrencyAmount
H A DGlobalizationPreferences.java384 public Currency getCurrency() { method in class:GlobalizationPreferences
959 result.setCurrency(getCurrency());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrencyAmount.java50 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.java412 public Currency getCurrency() { method in class:DecimalFormatSymbols
413 return new Currency(dfs.getCurrency());
H A DNumberFormat.java1074 public Currency getCurrency() { method in class:NumberFormat
1075 return new Currency(numberFormat.getCurrency());
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java84 java.util.Currency save = fJdkNfmt.getCurrency();
85 String currCode = currAmt.getCurrency().getCurrencyCode();
117 public Currency getCurrency() { method in class:NumberFormatJDK
118 java.util.Currency jdkCurrency = fJdkNfmt.getCurrency();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java51 public Currency getCurrency() { method in class:DecimalFormatSymbolsICU
52 com.ibm.icu.util.Currency icuCurrency = fIcuDecfs.getCurrency();
H A DNumberFormatICU.java78 public Currency getCurrency() { method in class:NumberFormatICU
79 com.ibm.icu.util.Currency icuCurrency = fIcuNfmt.getCurrency();
H A DDecimalFormatICU.java132 public Currency getCurrency() { method in class:DecimalFormatICU
133 com.ibm.icu.util.Currency icuCurrency = fIcuDecfmt.getCurrency();
265 Currency currency = newSymbols.getCurrency();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java400 public Currency getCurrency() { method in class:GlobalizationPreferences
992 result.setCurrency(getCurrency());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormatSymbols.java434 * Returns the currency symbol, for {@link DecimalFormatSymbols#getCurrency()} API
438 public Currency getCurrency() { method in class:DecimalFormatSymbols
H A DNumberFormat.java376 Currency save = getCurrency(), curr = currAmt.getCurrency();
1167 public Currency getCurrency() { method in class:NumberFormat
1173 * should override this method as needed. Unlike getCurrency(),
1182 Currency c = getCurrency();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java468 * Returns the currency symbol, for {@link DecimalFormatSymbols#getCurrency()} API
473 public Currency getCurrency() { method in class:DecimalFormatSymbols
H A DNumberFormat.java402 Currency save = getCurrency(), curr = currAmt.getCurrency();
1255 public Currency getCurrency() { method in class:NumberFormat
1261 * should override this method as needed. Unlike getCurrency(),
1269 Currency c = getCurrency();
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp569 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
624 if(arg.wasCurrency() && u_strcmp(iso, getCurrency())) {
1188 const UChar* NumberFormat::getCurrency() const { function in class:NumberFormat
1193 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 448 milliseconds