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

/external/icu4c/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/icu4c/test/cintltst/
H A Dcnumtst.c737 /*Testing unum_getAttribute and unum_setAttribute() */
740 newvalue=unum_getAttribute(def, attr);
743 if(unum_getAttribute(def,attr)!=2)
749 newvalue=unum_getAttribute(def, attr);
752 if(unum_getAttribute(def,attr) != 8)
758 newvalue=unum_getAttribute(def, attr);
761 if(unum_getAttribute(def,attr) != 2)
770 newvalue=unum_getAttribute(fr, attr);
772 if(unum_getAttribute(def,attr)!=unum_getAttribute(f
[all...]
/external/icu4c/i18n/unicode/
H A Dunum.h744 unum_getAttribute(const UNumberFormat* fmt,
759 * @see unum_getAttribute
779 * @see unum_getAttribute
797 * @see unum_getAttribute
851 * @see unum_getAttribute
874 * @see unum_getAttribute
/external/icu4c/i18n/
H A Dunum.cpp449 unum_getAttribute(const UNumberFormat* fmt, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h866 #define unum_getAttribute unum_getAttribute_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h866 #define unum_getAttribute unum_getAttribute_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h866 #define unum_getAttribute unum_getAttribute_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h866 #define unum_getAttribute unum_getAttribute_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1134 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro

Completed in 145 milliseconds