/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 136 fq.setToDecNumber({"999999999999999999"}, status); in testSwitchStorage() 173 a.setToDecNumber({"1234567890123456789", -1}, status); in testCopyMove() 179 c.setToDecNumber({"9876543210987654321", -1}, status); in testCopyMove() 184 b.setToDecNumber({"876543210987654321", -1}, status); in testCopyMove() 185 c.setToDecNumber({"987654321098765432", -1}, status); in testCopyMove() 392 quantity.setToDecNumber("9223372036854775808", status); in testFitsInLong() 395 quantity.setToDecNumber("9223372046854775806", status); in testFitsInLong() 397 quantity.setToDecNumber("9223372046800000000", status); in testFitsInLong() 399 quantity.setToDecNumber("10000000000000000000", status); in testFitsInLong() 416 q.setToDecNumber({cas.input, -1}, status); in testToDouble()
|
D | units_test.cpp | 110 dqVal.setToDecNumber(val.toStringPiece(), parseStatus); in testUnitConstantFreshness() 819 dqOutputD.setToDecNumber(output, errorCode); in parseOutputField() 929 dqInputD.setToDecNumber(inputD, status); in unitPreferencesTestDataLineFn()
|
D | numfmtdatadriventest.cpp | 45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 136 fq.setToDecNumber({"999999999999999999"}, status); in testSwitchStorage() 173 a.setToDecNumber({"1234567890123456789", -1}, status); in testCopyMove() 179 c.setToDecNumber({"9876543210987654321", -1}, status); in testCopyMove() 184 b.setToDecNumber({"876543210987654321", -1}, status); in testCopyMove() 185 c.setToDecNumber({"987654321098765432", -1}, status); in testCopyMove() 392 quantity.setToDecNumber("9223372036854775808", status); in testFitsInLong() 395 quantity.setToDecNumber("9223372046854775806", status); in testFitsInLong() 397 quantity.setToDecNumber("9223372046800000000", status); in testFitsInLong() 399 quantity.setToDecNumber("10000000000000000000", status); in testFitsInLong() 416 q.setToDecNumber({cas.input, -1}, status); in testToDouble()
|
D | units_test.cpp | 110 dqVal.setToDecNumber(val.toStringPiece(), parseStatus); in testUnitConstantFreshness() 819 dqOutputD.setToDecNumber(output, errorCode); in parseOutputField() 929 dqInputD.setToDecNumber(inputD, status); in unitPreferencesTestDataLineFn()
|
D | numfmtdatadriventest.cpp | 45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 136 fq.setToDecNumber({"999999999999999999"}, status); in testSwitchStorage() 173 a.setToDecNumber({"1234567890123456789", -1}, status); in testCopyMove() 179 c.setToDecNumber({"9876543210987654321", -1}, status); in testCopyMove() 184 b.setToDecNumber({"876543210987654321", -1}, status); in testCopyMove() 185 c.setToDecNumber({"987654321098765432", -1}, status); in testCopyMove() 392 quantity.setToDecNumber("9223372036854775808", status); in testFitsInLong() 395 quantity.setToDecNumber("9223372046854775806", status); in testFitsInLong() 397 quantity.setToDecNumber("9223372046800000000", status); in testFitsInLong() 399 quantity.setToDecNumber("10000000000000000000", status); in testFitsInLong() 416 q.setToDecNumber({cas.input, -1}, status); in testToDouble()
|
D | units_test.cpp | 110 dqVal.setToDecNumber(val.toStringPiece(), parseStatus); in testUnitConstantFreshness() 838 dqOutputD.setToDecNumber(output, errorCode); in parseOutputField() 948 dqInputD.setToDecNumber(inputD, status); in unitPreferencesTestDataLineFn()
|
D | numfmtdatadriventest.cpp | 45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | numrange_capi.cpp | 141 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 142 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
D | number_decimalquantity.h | 243 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 174 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | number_rounding.cpp | 39 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
|
D | units_data.cpp | 222 dq.setToDecNumber(geq.data(), status); in put()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | numrange_capi.cpp | 141 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 142 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
D | number_decimalquantity.h | 243 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 174 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | number_rounding.cpp | 39 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
|
D | units_data.cpp | 222 dq.setToDecNumber(geq.data(), status); in put()
|
/external/icu/icu4c/source/i18n/ |
D | numrange_capi.cpp | 139 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 140 result->fData.quantity2.setToDecNumber({second, secondLen}, *ec); in unumrf_formatDecimalRange()
|
D | number_decimalquantity.h | 251 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|
D | number_capi.cpp | 172 result->fData.quantity.setToDecNumber({value, valueLen}, *ec); in unumf_formatDecimal()
|
D | units_data.cpp | 228 dq.setToDecNumber(geq.data(), status); in put()
|
D | number_rounding.cpp | 39 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption()
|
/external/icu/libicu/cts_headers/ |
D | number_decimalquantity.h | 251 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
|