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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 101 * to get the currency number format for that country. Use UNUM_PERCENT
146 UNUM_PERCENT,
216 * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC, UNUM_SPELLOUT,
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 101 * to get the currency number format for that country. Use UNUM_PERCENT
155 UNUM_PERCENT,
324 * UNUM_DECIMAL, UNUM_CURRENCY, UNUM_PERCENT, UNUM_SCIENTIFIC, UNUM_SPELLOUT,
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 104 gLastResortPercentPat, // UNUM_PERCENT
124 "percentFormat", // UNUM_PERCENT
749 return createInstance(Locale::getDefault(), UNUM_PERCENT, status);
758 return createInstance(inLocale, UNUM_PERCENT, status);
    [all...]
unum.cpp 52 case UNUM_PERCENT:
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 205 style=UNUM_PERCENT;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 68 case UNUM_PERCENT:
  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 768 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT);
    [all...]
uprntf_p.c 694 format = u_locbund_getNumberFormat(formatBundle, UNUM_PERCENT);
    [all...]
  /external/icu4c/io/
uscanf_p.c 767 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT);
    [all...]
uprntf_p.c 694 format = u_locbund_getNumberFormat(formatBundle, UNUM_PERCENT);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 357 fmt.reset(static_cast<DecimalFormat*>(NumberFormat::createInstance(locale, UNUM_PERCENT, status)));
  /external/icu4c/test/cintltst/
cnumtst.c 188 style=UNUM_PERCENT;
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 341 milliseconds