Home
last modified time | relevance | path

Searched refs:usingBytes (Results 1 – 10 of 10) 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
93 if (usingBytes) { in getDigitPos()
107 if (usingBytes) { in setDigitPos()
122 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
125 if (usingBytes) { in shiftLeft()
138 if (usingBytes) { in shiftRight()
156 if (usingBytes) { in popFromLeft()
169 if (usingBytes) { in setBcdToZero()
171 usingBytes = false; in setBcdToZero()
191 assert !usingBytes; in readIntToBcd() local
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.cpp80 if (usingBytes) { in ~DecimalQuantity()
83 usingBytes = false; in ~DecimalQuantity()
850 if (usingBytes) { in getDigitPos()
861 if (usingBytes) { in setDigitPos()
875 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
878 if (usingBytes) { in shiftLeft()
895 if (usingBytes) { in shiftRight()
911 if (usingBytes) { in setBcdToZero()
914 usingBytes = false; in setBcdToZero()
932 U_ASSERT(!usingBytes); in readIntToBcd()
[all …]
Dnumber_decimalquantity.h260 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()
376 bool usingBytes = false; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.cpp81 if (usingBytes) { in ~DecimalQuantity()
84 usingBytes = false; in ~DecimalQuantity()
1000 if (usingBytes) { in getDigitPos()
1011 if (usingBytes) { in setDigitPos()
1025 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()
1028 if (usingBytes) { in shiftLeft()
1040 if (usingBytes) { in shiftRight()
1057 if (usingBytes) { in popFromLeft()
1069 if (usingBytes) { in setBcdToZero()
1072 usingBytes = false; in setBcdToZero()
[all …]
Dnumber_decimalquantity.h319 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()
414 bool usingBytes = false; variable
/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/icu/icu4c/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