/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 132 fq.setToDecNumber({"999999999999999999"}, status); in testSwitchStorage() 169 a.setToDecNumber({"1234567890123456789", -1}, status); in testCopyMove() 175 c.setToDecNumber({"9876543210987654321", -1}, status); in testCopyMove() 180 b.setToDecNumber({"876543210987654321", -1}, status); in testCopyMove() 181 c.setToDecNumber({"987654321098765432", -1}, status); in testCopyMove() 388 quantity.setToDecNumber("9223372036854775808", status); in testFitsInLong() 391 quantity.setToDecNumber("9223372046854775806", status); in testFitsInLong() 393 quantity.setToDecNumber("9223372046800000000", status); in testFitsInLong() 395 quantity.setToDecNumber("10000000000000000000", status); in testFitsInLong() 412 q.setToDecNumber({cas.input, -1}, status); in testToDouble()
|
D | units_test.cpp | 110 dqVal.setToDecNumber(val.toStringPiece(), parseStatus); in testUnitConstantFreshness() 810 dqOutputD.setToDecNumber(output, errorCode); in parseOutputField() 920 dqInputD.setToDecNumber(inputD, status); in unitPreferencesTestDataLineFn()
|
D | numfmtdatadriventest.cpp | 45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numrange_capi.cpp | 136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
D | number_decimalquantity.h | 227 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 144 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | units_data.cpp | 214 dq.setToDecNumber(geq.data(), status); in put()
|
D | number_rounding.cpp | 38 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
|
D | number_fluent.cpp | 583 results->quantity.setToDecNumber(value, status); in formatDecimal()
|
D | fmtable.cpp | 811 dq->setToDecNumber(numberString, status); in setDecimalNumber()
|
/third_party/icu/icu4c/source/i18n/ |
D | numrange_capi.cpp | 136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
D | number_decimalquantity.h | 227 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 144 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | units_data.cpp | 214 dq.setToDecNumber(geq.data(), status); in put()
|
D | number_rounding.cpp | 38 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
|
D | number_fluent.cpp | 583 results->quantity.setToDecNumber(value, status); in formatDecimal()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numrange_capi.cpp | 140 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 141 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
D | number_decimalquantity.h | 232 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 147 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | units_data.cpp | 214 dq.setToDecNumber(geq.data(), status); in put()
|
D | number_fluent.cpp | 583 results->quantity.setToDecNumber(value, status); in formatDecimal()
|
D | fmtable.cpp | 811 dq->setToDecNumber(numberString, status); in setDecimalNumber()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_decimalquantity.h | 173 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 142 result->quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | fmtable.cpp | 806 dq->setToDecNumber(numberString, status); in setDecimalNumber()
|