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

/macosx-10.10.1/ICU-531.30/icuSources/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...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcnumtst.c733 /*Testing unum_getAttribute and unum_setAttribute() */
736 newvalue=unum_getAttribute(def, attr);
739 if(unum_getAttribute(def,attr)!=2)
745 newvalue=unum_getAttribute(def, attr);
748 if(unum_getAttribute(def,attr) != 8)
754 newvalue=unum_getAttribute(def, attr);
757 if(unum_getAttribute(def,attr) != 2)
766 newvalue=unum_getAttribute(fr, attr);
768 if(unum_getAttribute(def,attr)!=unum_getAttribute(f
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dunum.h948 unum_getAttribute(const UNumberFormat* fmt,
963 * @see unum_getAttribute
983 * @see unum_getAttribute
1001 * @see unum_getAttribute
1055 * @see unum_getAttribute
1078 * @see unum_getAttribute
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dunum.cpp467 unum_getAttribute(const UNumberFormat* fmt, function
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durename.h1111 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1123 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h1123 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1123 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro

Completed in 249 milliseconds