Home
last modified time | relevance | path

Searched refs:setToDecNumber (Results 1 – 25 of 41) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp132 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()
Dunits_test.cpp110 dqVal.setToDecNumber(val.toStringPiece(), parseStatus); in testUnitConstantFreshness()
810 dqOutputD.setToDecNumber(output, errorCode); in parseOutputField()
920 dqInputD.setToDecNumber(inputD, status); in unitPreferencesTestDataLineFn()
Dnumfmtdatadriventest.cpp45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_capi.cpp136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
Dnumber_decimalquantity.h227 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
Dnumber_capi.cpp144 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
Dunits_data.cpp214 dq.setToDecNumber(geq.data(), status); in put()
Dnumber_rounding.cpp38 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
Dnumber_fluent.cpp583 results->quantity.setToDecNumber(value, status); in formatDecimal()
Dfmtable.cpp811 dq->setToDecNumber(numberString, status); in setDecimalNumber()
/third_party/icu/icu4c/source/i18n/
Dnumrange_capi.cpp136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
137 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
Dnumber_decimalquantity.h227 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
Dnumber_capi.cpp144 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
Dunits_data.cpp214 dq.setToDecNumber(geq.data(), status); in put()
Dnumber_rounding.cpp38 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
Dnumber_fluent.cpp583 results->quantity.setToDecNumber(value, status); in formatDecimal()
/third_party/node/deps/icu-small/source/i18n/
Dnumrange_capi.cpp140 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange()
141 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
Dnumber_decimalquantity.h232 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
Dnumber_capi.cpp147 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
Dunits_data.cpp214 dq.setToDecNumber(geq.data(), status); in put()
Dnumber_fluent.cpp583 results->quantity.setToDecNumber(value, status); in formatDecimal()
Dfmtable.cpp811 dq->setToDecNumber(numberString, status); in setDecimalNumber()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h173 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
Dnumber_capi.cpp142 result->quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
Dfmtable.cpp806 dq->setToDecNumber(numberString, status); in setDecimalNumber()

12