HomeSort by relevance Sort by last modified time
    Searched refs:UNUM_CURRENCY (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/test/intltest/
nmfmapts.cpp 276 if (formatType == UNUM_CURRENCY) {
315 LocalUNumberFormatPointer uf3(unum_open(UNUM_CURRENCY, NULL, 0, SRC_LOC.getName(), NULL, &status));
325 LocalUNumberFormatPointer uf5(unum_open(UNUM_CURRENCY, NULL, 0, SRC_LOC.getName(), NULL, &status));
numberformattesttuple.cpp 54 {"currency", UNUM_CURRENCY},
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
currtest.c 162 UNumberFormat *fmt = unum_open(UNUM_CURRENCY, NULL, 0, "hu_HU", NULL, &status);
207 parser = unum_open(UNUM_CURRENCY, NULL, -1, "en_US", NULL, &status);
cnmdptst.c 427 currencyFmt = unum_open(UNUM_CURRENCY, NULL,0,locale[i],NULL, &status);
491 currencyFmt = unum_open(UNUM_CURRENCY, NULL,0,curID,NULL, &status);
558 currencyFmt = unum_open(UNUM_CURRENCY, NULL,0,locale[i],NULL, &status);
    [all...]
cnumtst.c 201 style=UNUM_CURRENCY;
    [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp 114 gLastResortCurrencyPat, // UNUM_CURRENCY
136 icu::number::impl::CLDR_PATTERN_STYLE_CURRENCY, // UNUM_CURRENCY
145 // the pattern is the same as the pattern of UNUM_CURRENCY
803 return createInstance(inLocale, UNUM_CURRENCY, status);
    [all...]
unum.cpp 55 case UNUM_CURRENCY:
measfmt.cpp 505 UNUM_CURRENCY_PLURAL, UNUM_CURRENCY_ISO, UNUM_CURRENCY};
    [all...]
decimfmt.cpp 77 if (style == UNumberFormatStyle::UNUM_CURRENCY || style == UNumberFormatStyle::UNUM_CURRENCY_ISO ||
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 111 * There are other static options available. Use UNUM_CURRENCY
165 UNUM_CURRENCY=2,
218 * negative currency amount instead of "-$3.00" ({@link #UNUM_CURRENCY}).
395 * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC,
    [all...]
  /external/icu/libandroidicu/include/unicode/
unum.h 111 * There are other static options available. Use UNUM_CURRENCY
165 UNUM_CURRENCY=2,
218 * negative currency amount instead of "-$3.00" ({@link #UNUM_CURRENCY}).
395 * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC,
    [all...]
  /external/v8/src/objects/
intl-objects.cc 334 format_style = UNUM_CURRENCY;
    [all...]

Completed in 145 milliseconds