HomeSort by relevance Sort by last modified time
    Searched defs:CURRENCY (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
NumberFormatProviderICU.java 24 private final static int CURRENCY = 2;
29 return getInstance(CURRENCY, locale);
62 case CURRENCY:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CompactData.java 25 DECIMAL, CURRENCY
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CompactData.java 21 DECIMAL, CURRENCY
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Symbols.java 37 builder.replaceKeyOfLabel(CURRENCY, customizer.getCurrencyKey());
60 // Variations of the "currency" key on the 2nd row.
61 public static final String CURRENCY = "CURRENCY";
147 key("@"), key("#"), key(CURRENCY),
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 21 import com.ibm.icu.util.Currency;
74 * currency number format. And use <code>getPercentInstance</code> to get a
86 * getInstance(...CURRENCYSTYLE) to get the currency number format,
87 * in which the currency is represented by its symbol, for example, "$3.00".
88 * getInstance(...ISOCURRENCYSTYLE) to get the currency number format,
89 * in which the currency is represented by its ISO code, for example "USD3.00".
90 * getInstance(...PLURALCURRENCYSTYLE) to get the currency number format,
91 * in which the currency is represented by its full name in plural format,
184 * {@icu} Constant to specify currency style of format which uses currency symbo
    [all...]
  /libcore/ojluni/src/main/java/java/text/
NumberFormat.java 48 import java.util.Currency;
106 * currency number format. And use <code>getPercentInstance</code> to get a
502 * Returns a currency format for the current default
508 * @return the {@code NumberFormat} instance for currency formatting
517 * Returns a currency format for the specified locale.
520 * @return the {@code NumberFormat} instance for currency formatting
754 * Gets the currency used by this number format when formatting
755 * currency values. The initial value is derived in a locale dependent
757 * currency could be determined and no currency has been set usin
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 270 * Characters with the currency property.
271 * This is equivalent to the rule value "currency".
273 public final static int CURRENCY = 0x1003;
406 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
643 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
    [all...]
NumberFormat.java 29 import android.icu.util.Currency;
30 import android.icu.util.Currency.CurrencyUsage;
85 * currency number format. And use <code>getPercentInstance</code> to get a
98 * getInstance(...CURRENCYSTYLE) to get the currency number format,
99 * in which the currency is represented by its symbol, for example, "$3.00".
100 * getInstance(...ISOCURRENCYSTYLE) to get the currency number format,
101 * in which the currency is represented by its ISO code, for example "USD3.00".
102 * getInstance(...PLURALCURRENCYSTYLE) to get the currency number format,
103 * in which the currency is represented by its full name in plural format,
179 * <strong>[icu]</strong> Constant to specify general currency style of format. Defaults t
1681 private Currency currency; field in class:NumberFormat
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 286 * Characters with the currency property.
287 * This is equivalent to the rule value "currency".
290 public final static int CURRENCY = 0x1003;
426 * are space, punctuation, symbol, currency, and digit. These special groups are represented with
673 getIntValue(keyword, s, "space", "punct", "symbol", "currency", "digit");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 28 import com.ibm.icu.util.Currency;
29 import com.ibm.icu.util.Currency.CurrencyUsage;
84 * currency number format. And use <code>getPercentInstance</code> to get a
97 * getInstance(...CURRENCYSTYLE) to get the currency number format,
98 * in which the currency is represented by its symbol, for example, "$3.00".
99 * getInstance(...ISOCURRENCYSTYLE) to get the currency number format,
100 * in which the currency is represented by its ISO code, for example "USD3.00".
101 * getInstance(...PLURALCURRENCYSTYLE) to get the currency number format,
102 * in which the currency is represented by its full name in plural format,
180 * {@icu} Constant to specify general currency style of format. Defaults t
1773 private Currency currency; field in class:NumberFormat
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h 243 typedef CY CURRENCY;
    [all...]
mapidefs.h 241 typedef CY CURRENCY;
285 CURRENCY *lpcur;
315 CURRENCY cur;
    [all...]
wabdefs.h 238 typedef CY CURRENCY;
282 CURRENCY *lpcur;
312 CURRENCY cur;
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
gson-2.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/
gson-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
gson-2.8.0.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 

Completed in 540 milliseconds

1 2 3