/external/chromium_org/third_party/icu/source/io/ |
uprntf_p.c | 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); 312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); 316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); 333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); 334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); 383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); 400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); 514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); 528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); 619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision) [all...] |
/external/icu4c/io/ |
uprntf_p.c | 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); 312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); 316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); 333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); 334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); 383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); 400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); 514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); 528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); 619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
currtest.c | 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); 183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3);
|
cnumtst.c | 734 /*Testing unum_getAttribute and unum_setAttribute() */ 739 unum_setAttribute(def, attr, newvalue); 748 unum_setAttribute(def, attr, newvalue); 757 unum_setAttribute(def, attr, newvalue); 768 unum_setAttribute(def, attr, newvalue); 816 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); [all...] |
cnmdptst.c | 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); 750 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); [all...] |
/external/icu4c/test/cintltst/ |
cnumtst.c | 715 /*Testing unum_getAttribute and unum_setAttribute() */ 720 unum_setAttribute(def, attr, newvalue); 729 unum_setAttribute(def, attr, newvalue); 738 unum_setAttribute(def, attr, newvalue); 749 unum_setAttribute(def, attr, newvalue); 796 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); [all...] |
currtest.c | 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); 183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3);
|
cnmdptst.c | 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); 750 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
unum.h | 682 * @see unum_setAttribute 713 unum_setAttribute( UNumberFormat* fmt, 726 * @see unum_setAttribute 744 * @see unum_setAttribute 798 * @see unum_setAttribute 821 * @see unum_setAttribute [all...] |
/external/icu4c/i18n/unicode/ |
unum.h | 856 * @see unum_setAttribute 887 unum_setAttribute( UNumberFormat* fmt, 900 * @see unum_setAttribute 918 * @see unum_setAttribute [all...] |
/external/icu4c/i18n/ |
unum.cpp | 483 unum_setAttribute( UNumberFormat* fmt,
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeDecimalFormat.cpp | 152 unum_setAttribute(toUNumberFormat(addr), attr, value);
|
/external/chromium_org/third_party/icu/source/i18n/ |
unum.cpp | 563 unum_setAttribute( UNumberFormat* fmt,
|
/external/icu4c/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 341 unum_setAttribute(fmt, fAttr,fAttrValue); 369 //unum_setAttribute(fmt, fAttr,fAttrValue);
|
/external/icu4c/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |
/external/icu4c/test/intltest/ |
numfmtst.cpp | [all...] |