Searched refs:unum_getAttribute (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/io/
H A Duprntf_p.c301 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
834 maxSigDecimalDigits = unum_getAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS);
899 minDecimalDigits = unum_getAttribute(forma
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c735 /*Testing unum_getAttribute and unum_setAttribute() */
738 newvalue=unum_getAttribute(def, attr);
741 if(unum_getAttribute(def,attr)!=2)
747 newvalue=unum_getAttribute(def, attr);
750 if(unum_getAttribute(def,attr) != 8)
756 newvalue=unum_getAttribute(def, attr);
759 if(unum_getAttribute(def,attr) != 2)
768 newvalue=unum_getAttribute(fr, attr);
770 if(unum_getAttribute(def,attr)!=unum_getAttribute(f
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h979 unum_getAttribute(const UNumberFormat* fmt,
994 * @see unum_getAttribute
1014 * @see unum_getAttribute
1032 * @see unum_getAttribute
1092 * @see unum_getAttribute
1115 * @see unum_getAttribute
/external/icu/icu4c/source/i18n/
H A Dunum.cpp468 unum_getAttribute(const UNumberFormat* fmt, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h1148 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro

Completed in 331 milliseconds