HomeSort by relevance Sort by last modified time
    Searched full:currency (Results 151 - 175 of 1014) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/android-emulator/darwin-x86_64/lib/pc-bios/keymaps/
et 21 currency 0x5 shift
fo 21 currency 0x5 shift
fr-ca 11 currency 0x6 altgr
sv 21 currency 0x5 shift
  /prebuilts/android-emulator/linux-x86_64/lib/pc-bios/keymaps/
et 21 currency 0x5 shift
fo 21 currency 0x5 shift
fr-ca 11 currency 0x6 altgr
sv 21 currency 0x5 shift
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java 36 * <li>A currency</li>
59 * The codes used to reference territory, currency, etc. are as defined elsewhere
156 * for the appropriate territory, currency, timezone, etc. The
335 * currency and timezone values will be set from this. The user
366 * Sets the currency code. If this has not been set, uses default for territory.
368 * @param currency Valid ISO 4217 currency code.
372 public GlobalizationPreferences setCurrency(Currency currency) {
376 this.currency = currency; // immutable, so don't need to clon
1130 private Currency currency; field in class:GlobalizationPreferences
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java 35 * <li>A currency</li>
58 * The codes used to reference territory, currency, etc. are as defined elsewhere
160 * for the appropriate territory, currency, timezone, etc. The
347 * currency and timezone values will be set from this. The user
380 * Sets the currency code. If this has not been set, uses default for territory.
382 * @param currency Valid ISO 4217 currency code.
387 public GlobalizationPreferences setCurrency(Currency currency) {
391 this.currency = currency; // immutable, so don't need to clon
1170 private Currency currency; field in class:GlobalizationPreferences
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 17 * 08/26/97 aliu Added currency/intl currency symbol support.
111 /** The currency symbol */
113 /** The international currency symbol */
313 * currency format.
318 * @param beforeCurrency : true if the pattern is for before currency symbol.
319 * false if the pattern is for after currency symbol.
332 * currency format.
335 * @param beforeCurrency : true if the pattern is for before currency symbol.
336 * false if the pattern is for after currency symbol
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
NumberStringBuilderTest.java 120 sb.append(str, NumberFormat.Field.CURRENCY);
126 assertEquals(NumberFormat.Field.CURRENCY, fields[i + str.length()]);
127 assertEquals(NumberFormat.Field.CURRENCY, sb.fieldAt(i + str.length()));
132 FieldPosition fp = new FieldPosition(NumberFormat.Field.CURRENCY);
155 } else if (fields[i] == NumberFormat.Field.CURRENCY) {
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 58 * Test handling of patterns with currency symbols
71 * Test localized currency patterns.
76 * Test the Currency object handling, new as of ICU 2.2.
117 * Test currency registration.
226 void expectParseCurrency(const NumberFormat &fmt, const UChar* currency, double amount, const char *text);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
NumberStringBuilderTest.java 117 sb.append(str, NumberFormat.Field.CURRENCY);
123 assertEquals(NumberFormat.Field.CURRENCY, fields[i + str.length()]);
124 assertEquals(NumberFormat.Field.CURRENCY, sb.fieldAt(i + str.length()));
129 FieldPosition fp = new FieldPosition(NumberFormat.Field.CURRENCY);
152 } else if (fields[i] == NumberFormat.Field.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/v8/src/
i18n.cc 242 icu::UnicodeString currency; local
244 if (style == UNICODE_STRING_SIMPLE("currency")) {
246 ExtractStringSetting(isolate, options, "currency", &currency);
280 icu::toUCharPtr(currency.getTerminatedBuffer()), &status_digits);
283 currency.getTerminatedBuffer(), &status_digits);
315 if (!currency.isEmpty()) {
316 number_format->setCurrency(currency.getBuffer(), status);
377 // Set resolved currency code in options.currency if not empty
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java 23 import com.ibm.icu.util.Currency;
34 * numbers ("123.4"), scientific notation ("1.23E4"), percentages ("12%"), and currency
53 * Print out a number using the localized number, currency, and percent
88 * Print out a number using the localized number, currency, percent,
89 * scientific, integer, iso currency, and plural currency format for each locale.
134 * Two exceptions are the currency sign and quote, which are not localized.
210 * <td>Currency sign, replaced by currency symbol. If
211 * doubled, replaced by international currency symbol
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalFormatProperties.java 25 import android.icu.util.Currency;
26 import android.icu.util.Currency.CurrencyUsage;
54 private transient Currency currency; field in class:DecimalFormatProperties
126 currency = null;
172 currency = other.currency;
219 eq = eq && _equalsHelper(currency, other.currency);
282 hashCode ^= _hashCodeHelper(currency);
    [all...]
  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 90 const UChar *currency,
96 if (currency == NULL) {
107 currency, locale, UCURR_SYMBOL_NAME, &unusedIsChoice,
113 fISO.setTo(currency, u_strlen(currency));
124 currency, locale, &unusedIsChoice, pCount.data(),
133 const UChar *currency, const UCurrencyUsage usage,
140 currency, usage, &status);
144 currency, usage, &status);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalFormatProperties.java 24 import com.ibm.icu.util.Currency;
25 import com.ibm.icu.util.Currency.CurrencyUsage;
50 private transient Currency currency; field in class:DecimalFormatProperties
122 currency = null;
168 currency = other.currency;
215 eq = eq && _equalsHelper(currency, other.currency);
278 hashCode ^= _hashCodeHelper(currency);
    [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/tests/android/icu/dev/test/format/
NumberFormatDataDrivenTest.java 133 return "Expected currency: " + tuple.outputCurrency + ", got: " + currAmt.getCurrency();
169 if (tuple.currency != null) {
170 fmt.setCurrency(tuple.currency);
352 if (tuple.currency != null) {
353 fmt.setCurrency(java.util.Currency.getInstance(tuple.currency.toString()));
454 if (tuple.currency != null) {
455 properties.setCurrency(tuple.currency);
571 tuple.currency != null
613 tuple.currency != null ? PatternStringParser.IGNORE_ROUNDING_ALWAY
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatDataDrivenTest.java 130 return "Expected currency: " + tuple.outputCurrency + ", got: " + currAmt.getCurrency();
166 if (tuple.currency != null) {
167 fmt.setCurrency(tuple.currency);
349 if (tuple.currency != null) {
350 fmt.setCurrency(java.util.Currency.getInstance(tuple.currency.toString()));
451 if (tuple.currency != null) {
452 properties.setCurrency(tuple.currency);
568 tuple.currency != null
610 tuple.currency != null ? PatternStringParser.IGNORE_ROUNDING_ALWAY
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java 102 // Currency getLocale API is obsolete in 3.2. Since it now returns ULocale.ROOT,
110 return Currency.getInstance(req);
114 return Currency.registerInstance((Currency) prototype, loc);
117 return Currency.unregister(key);
422 // no longer an error, Currency has no getLocale
431 // no longer an error, Currency has no getLocale
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 99 // Currency getLocale API is obsolete in 3.2. Since it now returns ULocale.ROOT,
107 return Currency.getInstance(req);
111 return Currency.registerInstance((Currency) prototype, loc);
114 return Currency.unregister(key);
419 // no longer an error, Currency has no getLocale
428 // no longer an error, Currency has no getLocale
    [all...]

Completed in 8888 milliseconds

1 2 3 4 5 67 8 91011>>