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.c734 /*Testing unum_getAttribute and unum_setAttribute() */
737 newvalue=unum_getAttribute(def, attr);
740 if(unum_getAttribute(def,attr)!=2)
746 newvalue=unum_getAttribute(def, attr);
749 if(unum_getAttribute(def,attr) != 8)
755 newvalue=unum_getAttribute(def, attr);
758 if(unum_getAttribute(def,attr) != 2)
767 newvalue=unum_getAttribute(fr, attr);
769 if(unum_getAttribute(def,attr)!=unum_getAttribute(f
[all...]
/external/icu4c/i18n/unicode/
H A Dunum.h690 unum_getAttribute(const UNumberFormat* fmt,
705 * @see unum_getAttribute
725 * @see unum_getAttribute
743 * @see unum_getAttribute
797 * @see unum_getAttribute
820 * @see unum_getAttribute
/external/icu4c/i18n/
H A Dunum.cpp482 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.h1123 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro

Completed in 1712 milliseconds