Searched refs:usingBytes (Results 1 – 4 of 4) sorted by relevance
28 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD94 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()161 if (usingBytes) { in setBcdToZero()163 usingBytes = false; in setBcdToZero()182 assert !usingBytes; in readIntToBcd() local197 assert usingBytes; in readLongToBcd() local[all …]
26 private boolean usingBytes = false; field in DecimalQuantity_DualStorageBCD92 if (usingBytes) { in getDigitPos()106 if (usingBytes) { in setDigitPos()121 if (!usingBytes && precision + numDigits > 16) { in shiftLeft()124 if (usingBytes) { in shiftLeft()142 if (usingBytes) { in shiftRight()159 if (usingBytes) { in setBcdToZero()161 usingBytes = false; in setBcdToZero()180 assert !usingBytes; in readIntToBcd() local195 assert usingBytes; in readLongToBcd() local[all …]
80 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 …]
260 inline bool isUsingBytes() { return usingBytes; } in isUsingBytes()376 bool usingBytes = false; variable