Home
last modified time | relevance | path

Searched refs:usingBytes (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java28 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD
94 if (usingBytes) { in getDigitPos()
108 if (usingBytes) { in setDigitPos()
123 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
126 if (usingBytes) { in shiftLeft()
144 if (usingBytes) { in shiftRight()
162 if (usingBytes) { in popFromLeft()
175 if (usingBytes) { in setBcdToZero()
177 usingBytes = false; in setBcdToZero()
197 assert !usingBytes; in readIntToBcd() local
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java27 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD
141 if (usingBytes) { in getDigitPos()
155 if (usingBytes) { in setDigitPos()
170 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
173 if (usingBytes) { in shiftLeft()
186 if (usingBytes) { in shiftRight()
204 if (usingBytes) { in popFromLeft()
217 if (usingBytes) { in setBcdToZero()
219 usingBytes = false; in setBcdToZero()
239 assert !usingBytes; in readIntToBcd() local
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp81 if (usingBytes) { in ~DecimalQuantity()
84 usingBytes = false; in ~DecimalQuantity()
985 if (usingBytes) { in getDigitPos()
996 if (usingBytes) { in setDigitPos()
1010 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
1013 if (usingBytes) { in shiftLeft()
1025 if (usingBytes) { in shiftRight()
1042 if (usingBytes) { in popFromLeft()
1054 if (usingBytes) { in setBcdToZero()
1057 usingBytes = false; in setBcdToZero()
[all …]
Dnumber_decimalquantity.h314 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()
409 bool usingBytes = false; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp81 if (usingBytes) { in ~DecimalQuantity()
84 usingBytes = false; in ~DecimalQuantity()
1105 if (usingBytes) { in getDigitPos()
1116 if (usingBytes) { in setDigitPos()
1130 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
1133 if (usingBytes) { in shiftLeft()
1145 if (usingBytes) { in shiftRight()
1162 if (usingBytes) { in popFromLeft()
1174 if (usingBytes) { in setBcdToZero()
1177 usingBytes = false; in setBcdToZero()
[all …]
Dnumber_decimalquantity.h337 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()
432 bool usingBytes = false; variable
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp81 if (usingBytes) { in ~DecimalQuantity()
84 usingBytes = false; in ~DecimalQuantity()
1105 if (usingBytes) { in getDigitPos()
1116 if (usingBytes) { in setDigitPos()
1130 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
1133 if (usingBytes) { in shiftLeft()
1145 if (usingBytes) { in shiftRight()
1162 if (usingBytes) { in popFromLeft()
1174 if (usingBytes) { in setBcdToZero()
1177 usingBytes = false; in setBcdToZero()
[all …]
Dnumber_decimalquantity.h337 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()
432 bool usingBytes = false; variable