/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | DecimalQuantity_AbstractBCD.java | 87 // rReqPos is the magnitude of the last required trailing zero. 89 protected int rReqPos = 0; field in DecimalQuantity_AbstractBCD 102 rReqPos = other.rReqPos; in copyFrom() 114 rReqPos = 0; in clear() 142 rReqPos = -minFrac; in setMinFraction() 170 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint() 301 int result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() 646 lowerMagnitude = Math.min(lowerMagnitude, rReqPos); in toFractionLong() [all...] |
H A D | DecimalQuantity_DualStorageBCD.java | 446 rReqPos, in toString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 31 // * Digits between lReqPos and rReqPos are in the "required zone" and are always displayed. 41 // | lOptPos | lReqPos | rReqPos | rOptPos | number | positions | en-US string | 54 private int rReqPos = 0; field in DecimalQuantity_SimpleStorage 280 rReqPos = _other.rReqPos; in copyFrom() 295 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint() 355 rReqPos = -minFrac; in setMinFraction() 624 if (rReqPos < 0) { in hasNextFraction() 685 if (rReqPos < 0) { in nextFraction() 686 rReqPos in nextFraction() [all...] |
H A D | DecimalQuantity_64BitBCD.java | 185 rReqPos, in toString()
|
H A D | DecimalQuantity_ByteArrayBCD.java | 236 rReqPos, in toString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 34 // * Digits between lReqPos and rReqPos are in the "required zone" and are always displayed. 44 // | lOptPos | lReqPos | rReqPos | rOptPos | number | positions | en-US string | 57 private int rReqPos = 0; field in DecimalQuantity_SimpleStorage 283 rReqPos = _other.rReqPos; in copyFrom() 298 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint() 348 rReqPos = -minFrac; in setMinFraction() 617 if (rReqPos < 0) { in hasNextFraction() 678 if (rReqPos < 0) { in nextFraction() 679 rReqPos in nextFraction() [all...] |
H A D | DecimalQuantity_64BitBCD.java | 188 rReqPos, in toString()
|
H A D | DecimalQuantity_ByteArrayBCD.java | 239 rReqPos, in toString()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalQuantity_AbstractBCD.java | 85 // rReqPos is the magnitude of the last required trailing zero. 87 protected int rReqPos = 0; field in DecimalQuantity_AbstractBCD 100 rReqPos = other.rReqPos; in copyFrom() 112 rReqPos = 0; in clear() 140 rReqPos = -minFrac; in setMinFraction() 168 fingerprint ^= ((long) rReqPos << 32); in getPositionFingerprint() 313 int result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() 650 lowerMagnitude = Math.min(lowerMagnitude, rReqPos); in toFractionLong() [all...] |
H A D | DecimalQuantity_DualStorageBCD.java | 488 rReqPos, in toString()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_decimalquantity.cpp | 117 rReqPos = other.rReqPos; in copyFieldsFrom() 129 rReqPos = 0; in clear() 154 rReqPos = -minFrac; in setMinFraction() 180 fingerprint ^= (static_cast<uint64_t>(rReqPos) << 32); in getPositionFingerprint() 325 int32_t result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() 642 lowerMagnitude = std::min(lowerMagnitude, rReqPos); in toFractionLong() 999 if (lower > rReqPos) { in toPlainString() 1000 lower = rReqPos; in toPlainString() [all...] |
H A D | number_decimalquantity.h | 409 // rReqPos is the magnitude of the last required trailing zero. 411 int32_t rReqPos = 0; member in number::impl::DecimalQuantity
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_decimalquantity.cpp | 117 rReqPos = other.rReqPos; in copyFieldsFrom() 129 rReqPos = 0; in clear() 154 rReqPos = -minFrac; in setMinFraction() 180 fingerprint ^= (static_cast<uint64_t>(rReqPos) << 32); in getPositionFingerprint() 325 int32_t result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() 642 lowerMagnitude = std::min(lowerMagnitude, rReqPos); in toFractionLong() 999 if (lower > rReqPos) { in toPlainString() 1000 lower = rReqPos; in toPlainString() [all...] |
H A D | number_decimalquantity.h | 409 // rReqPos is the magnitude of the last required trailing zero. 411 int32_t rReqPos = 0; member in number::impl::DecimalQuantity
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_decimalquantity.cpp | 117 rReqPos = other.rReqPos; in copyFieldsFrom() 129 rReqPos = 0; in clear() 154 rReqPos = -minFrac; in setMinFraction() 180 fingerprint ^= (static_cast<uint64_t>(rReqPos) << 32); in getPositionFingerprint() 312 int32_t result = (rReqPos < magnitude) ? rReqPos : magnitude; in getLowerDisplayMagnitude() 566 lowerMagnitude = std::min(lowerMagnitude, rReqPos); in toFractionLong() 917 if (lower > rReqPos) { in toPlainString() 918 lower = rReqPos; in toPlainString() [all...] |
H A D | number_decimalquantity.h | 386 // rReqPos is the magnitude of the last required trailing zero. 388 int32_t rReqPos = 0; member in number::impl::DecimalQuantity
|