Lines Matching refs:usingBytes
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()
946 U_ASSERT(usingBytes); in readLongToBcd()
956 U_ASSERT(!usingBytes); in readLongToBcd()
1002 if (usingBytes) { in compact()
1051 int32_t oldCapacity = usingBytes ? fBCD.bcdBytes.len : 0; in ensureCapacity()
1052 if (!usingBytes) { in ensureCapacity()
1069 usingBytes = true; in ensureCapacity()
1073 if (usingBytes) { in switchStorage()
1083 usingBytes = false; in switchStorage()
1093 U_ASSERT(usingBytes); in switchStorage()
1099 if (other.usingBytes) { in copyBcdFrom()
1109 if (other.usingBytes) { in moveBcdFrom()
1110 usingBytes = true; in moveBcdFrom()
1115 other.usingBytes = false; in moveBcdFrom()
1122 if (usingBytes) { in checkHealth()
1202 (usingBytes ? "bytes" : "long"), in toString()