/third_party/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 773 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/ |
D | uprntf_p.cpp | 308 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/ |
D | uprntf_p.cpp | 308 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/ |
D | libicu.map | 389 unum_getAttribute;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 1202 unum_getAttribute(const UNumberFormat* fmt,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | unum.h | 1175 unum_getAttribute(const UNumberFormat* fmt,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | unum.h | 1146 unum_getAttribute(const UNumberFormat* fmt,
|
/third_party/icu/icu4c/source/i18n/ |
D | unum.cpp | 531 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | unum.cpp | 512 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | unum.cpp | 547 unum_getAttribute(const UNumberFormat* fmt, in unum_getAttribute() function
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 429 #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/ |
D | urename.h | 1232 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 1295 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 1249 #define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) macro
|