Home
last modified time | relevance | path

Searched refs:lReqPos (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java86 // lReqPos is the magnitude of the first required leading zero.
88 protected int lReqPos = 0; field in DecimalQuantity_AbstractBCD
101 lReqPos = other.lReqPos; in copyFrom()
113 lReqPos = 0; in clear()
127 if (minInt < lReqPos) { in setMinInteger()
128 minInt = lReqPos; in setMinInteger()
132 lReqPos = minInt; in setMinInteger()
169 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
290 int result = (lReqPos > magnitud in getUpperDisplayMagnitude()
[all...]
H A DDecimalQuantity_DualStorageBCD.java445 lReqPos, in toString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java31 // * Digits between lReqPos and rReqPos are in the "required zone" and are always displayed.
41 // | lOptPos | lReqPos | rReqPos | rOptPos | number | positions | en-US string |
53 private int lReqPos = 0; field in DecimalQuantity_SimpleStorage
279 lReqPos = _other.lReqPos; in copyFrom()
294 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
345 lReqPos = minInt; in setMinInteger()
682 if (lReqPos < 0) { in nextFraction()
683 lReqPos += 1; in nextFraction()
697 if (lReqPos > in hasNextInteger()
[all...]
H A DDecimalQuantity_64BitBCD.java184 lReqPos, in toString()
H A DDecimalQuantity_ByteArrayBCD.java235 lReqPos, in toString()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_SimpleStorage.java34 // * Digits between lReqPos and rReqPos are in the "required zone" and are always displayed.
44 // | lOptPos | lReqPos | rReqPos | rOptPos | number | positions | en-US string |
56 private int lReqPos = 0; field in DecimalQuantity_SimpleStorage
282 lReqPos = _other.lReqPos; in copyFrom()
297 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
338 lReqPos = minInt; in setMinInteger()
675 if (lReqPos < 0) { in nextFraction()
676 lReqPos += 1; in nextFraction()
690 if (lReqPos > in hasNextInteger()
[all...]
H A DDecimalQuantity_64BitBCD.java187 lReqPos, in toString()
H A DDecimalQuantity_ByteArrayBCD.java238 lReqPos, in toString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java84 // lReqPos is the magnitude of the first required leading zero.
86 protected int lReqPos = 0; field in DecimalQuantity_AbstractBCD
99 lReqPos = other.lReqPos; in copyFrom()
111 lReqPos = 0; in clear()
125 if (minInt < lReqPos) { in setMinInteger()
126 minInt = lReqPos; in setMinInteger()
130 lReqPos = minInt; in setMinInteger()
167 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
302 int result = (lReqPos > magnitud in getUpperDisplayMagnitude()
[all...]
H A DDecimalQuantity_DualStorageBCD.java487 lReqPos, in toString()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp116 lReqPos = other.lReqPos; in copyFieldsFrom()
128 lReqPos = 0; in clear()
140 if (minInt < lReqPos) { in setMinInteger()
141 minInt = lReqPos; in setMinInteger()
145 lReqPos = minInt; in setMinInteger()
179 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
315 int32_t result = (lReqPos > magnitude) ? lReqPos : magnitude; in getUpperDisplayMagnitude()
996 if (upper < lReqPos in toPlainString()
[all...]
H A Dnumber_decimalquantity.h408 // lReqPos is the magnitude of the first required leading zero.
410 int32_t lReqPos = 0; member in number::impl::DecimalQuantity
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.cpp116 lReqPos = other.lReqPos; in copyFieldsFrom()
128 lReqPos = 0; in clear()
140 if (minInt < lReqPos) { in setMinInteger()
141 minInt = lReqPos; in setMinInteger()
145 lReqPos = minInt; in setMinInteger()
179 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
315 int32_t result = (lReqPos > magnitude) ? lReqPos : magnitude; in getUpperDisplayMagnitude()
996 if (upper < lReqPos in toPlainString()
[all...]
H A Dnumber_decimalquantity.h408 // lReqPos is the magnitude of the first required leading zero.
410 int32_t lReqPos = 0; member in number::impl::DecimalQuantity
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp116 lReqPos = other.lReqPos; in copyFieldsFrom()
128 lReqPos = 0; in clear()
140 if (minInt < lReqPos) { in setMinInteger()
141 minInt = lReqPos; in setMinInteger()
145 lReqPos = minInt; in setMinInteger()
179 fingerprint ^= (lReqPos << 16); in getPositionFingerprint()
302 int32_t result = (lReqPos > magnitude) ? lReqPos : magnitude; in getUpperDisplayMagnitude()
914 if (upper < lReqPos in toPlainString()
[all...]
H A Dnumber_decimalquantity.h385 // lReqPos is the magnitude of the first required leading zero.
387 int32_t lReqPos = 0; member in number::impl::DecimalQuantity

Completed in 17 milliseconds