/external/cronet/tot/third_party/icu/source/io/ |
D | uprntf_p.cpp | 314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler() 319 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 323 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler() 341 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler() 390 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler() 407 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler() 523 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler() 537 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler() 629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler() [all …]
|
/external/icu/icu4c/source/io/ |
D | uprntf_p.cpp | 314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler() 319 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 323 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler() 341 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler() 390 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler() 407 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler() 523 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler() 537 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler() 630 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler() [all …]
|
/external/cronet/stable/third_party/icu/source/io/ |
D | uprntf_p.cpp | 314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler() 319 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 323 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler() 341 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler() 390 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler() 407 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler() 523 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler() 537 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler() 629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler() [all …]
|
/external/cronet/tot/third_party/icu/source/test/cintltst/ |
D | cnumtst.c | 779 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 789 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 799 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 812 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 863 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat() 1250 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSignificantDigits() 1251 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6); in TestSignificantDigits() 1291 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, false); in TestSigDigRounding() 1292 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSigDigRounding() 1293 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 2); in TestSigDigRounding() [all …]
|
D | crelativedateformattest.c | 367 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt() 368 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt() 369 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestRelDateFmt() 448 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField() 449 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField() 450 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestNumericField()
|
D | currtest.c | 209 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride() 216 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
|
D | cnmdptst.c | 583 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); in roundingTest() 688 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); in TestSecondaryGrouping() 968 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2); in TestRounding5350() 1024 unum_setAttribute(nf, UNUM_ROUNDING_MODE, roundingMode); in roundingTest2()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 778 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 788 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 798 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 811 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 862 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat() 1249 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSignificantDigits() 1250 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6); in TestSignificantDigits() 1290 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, false); in TestSigDigRounding() 1291 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSigDigRounding() 1292 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 2); in TestSigDigRounding() [all …]
|
D | crelativedateformattest.c | 369 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt() 370 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt() 371 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestRelDateFmt() 442 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField() 443 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField() 444 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestNumericField()
|
D | currtest.c | 215 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride() 222 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
|
D | cnmdptst.c | 583 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); in roundingTest() 688 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); in TestSecondaryGrouping() 968 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2); in TestRounding5350() 1024 unum_setAttribute(nf, UNUM_ROUNDING_MODE, roundingMode); in roundingTest2()
|
/external/cronet/stable/third_party/icu/source/test/cintltst/ |
D | cnumtst.c | 779 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 789 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 799 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 812 unum_setAttribute(def, attr, newvalue); in TestNumberFormat() 863 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat() 1250 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSignificantDigits() 1251 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6); in TestSignificantDigits() 1291 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, false); in TestSigDigRounding() 1292 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, true); in TestSigDigRounding() 1293 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 2); in TestSigDigRounding() [all …]
|
D | crelativedateformattest.c | 367 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt() 368 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestRelDateFmt() 369 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestRelDateFmt() 448 unum_setAttribute(nfToAdopt, UNUM_MIN_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField() 449 unum_setAttribute(nfToAdopt, UNUM_MAX_FRACTION_DIGITS, itemPtr->decPlaces); in TestNumericField() 450 unum_setAttribute(nfToAdopt, UNUM_ROUNDING_MODE, UNUM_ROUND_DOWN); in TestNumericField()
|
D | currtest.c | 209 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride() 216 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
|
D | cnmdptst.c | 583 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); in roundingTest() 688 unum_setAttribute(f, UNUM_SECONDARY_GROUPING_SIZE, 4); in TestSecondaryGrouping() 968 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2); in TestRounding5350() 1024 unum_setAttribute(nf, UNUM_ROUNDING_MODE, roundingMode); in roundingTest2()
|
/external/cronet/stable/third_party/icu/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 350 unum_setAttribute(fmt, fAttr,fAttrValue); in initFmt() 509 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt() 516 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt()
|
/external/cronet/tot/third_party/icu/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 350 unum_setAttribute(fmt, fAttr,fAttrValue); in initFmt() 509 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt() 516 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt()
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 349 unum_setAttribute(fmt, fAttr,fAttrValue); in initFmt() 508 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt() 515 unum_setAttribute(fmt, UNUM_GROUPING_USED, UNUM_NO); in initFmt()
|
/external/cronet/tot/third_party/icu/source/i18n/unicode/ |
D | unum.h | 1170 unum_setAttribute( UNumberFormat* fmt,
|
/external/icu/libandroidicu/include/unicode/ |
D | unum.h | 1170 unum_setAttribute( UNumberFormat* fmt,
|
/external/cronet/stable/third_party/icu/source/i18n/unicode/ |
D | unum.h | 1170 unum_setAttribute( UNumberFormat* fmt,
|
/external/icu/libicu/cts_headers/unicode/ |
D | unum.h | 1170 unum_setAttribute( UNumberFormat* fmt,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 1170 unum_setAttribute( UNumberFormat* fmt,
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | unum.cpp | 590 unum_setAttribute( UNumberFormat* fmt, in unum_setAttribute() function
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | unum.cpp | 590 unum_setAttribute( UNumberFormat* fmt, in unum_setAttribute() function
|