Home
last modified time | relevance | path

Searched refs:unum_getAttribute (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcnumtst.c773 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
776 if(unum_getAttribute(def,attr)!=2) in TestNumberFormat()
783 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
786 if(unum_getAttribute(def,attr) != 8) in TestNumberFormat()
793 newvalue=unum_getAttribute(def, attr); in TestNumberFormat()
796 if(unum_getAttribute(def,attr) != 2) in TestNumberFormat()
798 unum_getAttribute(def,attr)); in TestNumberFormat()
807 newvalue=unum_getAttribute(fr, attr); in TestNumberFormat()
809 if(unum_getAttribute(def,attr)!=unum_getAttribute(fr, attr)) in TestNumberFormat()
1594 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
[all …]
/third_party/icu/icu4c/source/io/
Duprntf_p.cpp308 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_double_handler()
309 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_double_handler()
389 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_integer_handler()
522 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_uinteger_handler()
622 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_scientific_handler()
623 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_scientific_handler()
711 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_percent_handler()
712 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_percent_handler()
846 maxSigDecimalDigits = unum_getAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS); in u_printf_scidbl_handler()
914 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_spellout_handler()
[all …]
/third_party/skia/third_party/externals/icu/source/io/
Duprntf_p.cpp308 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_double_handler()
309 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_double_handler()
389 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_integer_handler()
522 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS); in u_printf_uinteger_handler()
622 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_scientific_handler()
623 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_scientific_handler()
711 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_percent_handler()
712 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_percent_handler()
846 maxSigDecimalDigits = unum_getAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS); in u_printf_scidbl_handler()
914 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS); in u_printf_spellout_handler()
[all …]
/third_party/icu/ohos_icu4c/
Dlibicu.map389 unum_getAttribute;
/third_party/icu/icu4c/source/i18n/unicode/
Dunum.h1202 unum_getAttribute(const UNumberFormat* fmt,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h1175 unum_getAttribute(const UNumberFormat* fmt,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunum.h1146 unum_getAttribute(const UNumberFormat* fmt,
/third_party/icu/icu4c/source/i18n/
Dunum.cpp531 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dunum.cpp512 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
/third_party/node/deps/icu-small/source/i18n/
Dunum.cpp547 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp429 #undef unum_getAttribute
1696 int32_t unum_getAttribute(const UNumberFormat * fmt, UNumberFormatAttribute attr) { in unum_getAttribute() function
1697 return U_ICU_ENTRY_POINT_RENAME(unum_getAttribute)(fmt, attr); in unum_getAttribute()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Durename.h1232 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
/third_party/node/deps/icu-small/source/common/unicode/
Durename.h1295 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
/third_party/icu/icu4c/source/common/unicode/
Durename.h1249 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro