Home
last modified time | relevance | path

Searched refs:origDelta (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_AbstractBCD.java77 protected int origDelta; field in DecimalQuantity_AbstractBCD
107 origDelta = other.origDelta; in copyFrom()
222 origDelta = Utility.addExact(origDelta, delta); in adjustMagnitude()
481 origDelta = 0; in _setToDoubleFast()
529 int delta = origDelta; in convertToAccurateDouble()
894 origDelta = 0; in roundToMagnitude()
1142 return origDouble == _other.origDouble && origDelta == _other.origDelta; in equals()
DDecimalQuantity_DualStorageBCD.java184 origDelta = 0; in setBcdToZero()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java75 protected int origDelta; field in DecimalQuantity_AbstractBCD
105 origDelta = other.origDelta; in copyFrom()
220 origDelta = Utility.addExact(origDelta, delta); in adjustMagnitude()
493 origDelta = 0; in _setToDoubleFast()
541 int delta = origDelta; in convertToAccurateDouble()
898 origDelta = 0; in roundToMagnitude()
1193 return origDouble == _other.origDouble && origDelta == _other.origDelta; in equals()
DDecimalQuantity_DualStorageBCD.java226 origDelta = 0; in setBcdToZero()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp122 origDelta = other.origDelta; in copyFieldsFrom()
248 overflow = uprv_add32_overflow(origDelta, delta, &origDelta) || overflow; in adjustMagnitude()
440 origDelta = 0; in _setToDoubleFast()
488 int32_t delta = origDelta; in convertToAccurateDouble()
795 origDelta = 0; in roundToMagnitude()
1064 origDelta = 0; in setBcdToZero()
1318 return origDouble == other.origDouble && origDelta == other.origDelta; in operator ==()
Dnumber_decimalquantity.h382 int32_t origDelta; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp122 origDelta = other.origDelta; in copyFieldsFrom()
250 overflow = uprv_add32_overflow(origDelta, delta, &origDelta) || overflow; in adjustMagnitude()
453 origDelta = 0; in _setToDoubleFast()
501 int32_t delta = origDelta; in convertToAccurateDouble()
872 origDelta = 0; in roundToMagnitude()
1184 origDelta = 0; in setBcdToZero()
1438 return origDouble == other.origDouble && origDelta == other.origDelta; in operator ==()
Dnumber_decimalquantity.h405 int32_t origDelta; variable
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp122 origDelta = other.origDelta; in copyFieldsFrom()
250 overflow = uprv_add32_overflow(origDelta, delta, &origDelta) || overflow; in adjustMagnitude()
453 origDelta = 0; in _setToDoubleFast()
501 int32_t delta = origDelta; in convertToAccurateDouble()
872 origDelta = 0; in roundToMagnitude()
1184 origDelta = 0; in setBcdToZero()
1438 return origDouble == other.origDouble && origDelta == other.origDelta; in operator ==()
Dnumber_decimalquantity.h405 int32_t origDelta; variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java97 origDelta = 0;
DDecimalQuantity_ByteArrayBCD.java114 origDelta = 0; in setBcdToZero()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_64BitBCD.java100 origDelta = 0;
DDecimalQuantity_ByteArrayBCD.java117 origDelta = 0; in setBcdToZero()