/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 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() 1055 if (lower > rReqPos) { in toPlainString() 1056 lower = rReqPos; in toPlainString() 1142 if (lower > rReqPos) { in toExponentString() [all …]
|
D | DecimalQuantity_DualStorageBCD.java | 488 rReqPos, in toString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 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() 1046 if (lower > rReqPos) { in toPlainString() 1047 lower = rReqPos; in toPlainString() 1133 && rReqPos == _other.rReqPos in equals()
|
D | DecimalQuantity_DualStorageBCD.java | 446 rReqPos, in toString()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 54 private int rReqPos = 0; field in DecimalQuantity_SimpleStorage 280 rReqPos = _other.rReqPos; 295 fingerprint ^= ((long) rReqPos << 32); 355 rReqPos = -minFrac; 624 if (rReqPos < 0) { 685 if (rReqPos < 0) { 686 rReqPos += 1; 826 if (rReqPos > 0) { 827 rReqPos -= 1; 872 sb.append(rReqPos); [all …]
|
D | DecimalQuantity_64BitBCD.java | 185 rReqPos, in toString()
|
D | DecimalQuantity_ByteArrayBCD.java | 236 rReqPos, in toString()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
D | DecimalQuantity_SimpleStorage.java | 57 private int rReqPos = 0; field in DecimalQuantity_SimpleStorage 283 rReqPos = _other.rReqPos; 298 fingerprint ^= ((long) rReqPos << 32); 348 rReqPos = -minFrac; 617 if (rReqPos < 0) { 678 if (rReqPos < 0) { 679 rReqPos += 1; 819 if (rReqPos > 0) { 820 rReqPos -= 1; 865 sb.append(rReqPos); [all …]
|
D | DecimalQuantity_64BitBCD.java | 188 rReqPos, in toString()
|
D | DecimalQuantity_ByteArrayBCD.java | 239 rReqPos, in toString()
|
/third_party/node/deps/icu-small/source/i18n/ |
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() 1031 if (lower > rReqPos) { in toExponentString() 1032 lower = rReqPos; in toExponentString() [all …]
|
D | number_decimalquantity.h | 411 int32_t rReqPos = 0; variable
|
/third_party/icu/icu4c/source/i18n/ |
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() 1031 if (lower > rReqPos) { in toExponentString() 1032 lower = rReqPos; in toExponentString() [all …]
|
D | number_decimalquantity.h | 411 int32_t rReqPos = 0; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
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() 1309 && rReqPos == other.rReqPos in operator ==() 1345 rReqPos, in toString()
|
D | number_decimalquantity.h | 388 int32_t rReqPos = 0; variable
|