Lines Matching refs:usingBytes
81 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()
1091 U_ASSERT(!usingBytes); in readIntToBcd()
1105 U_ASSERT(usingBytes); in readLongToBcd()
1115 U_ASSERT(!usingBytes); in readLongToBcd()
1161 if (usingBytes) { in compact()
1210 int32_t oldCapacity = usingBytes ? fBCD.bcdBytes.len : 0; in ensureCapacity()
1211 if (!usingBytes) { in ensureCapacity()
1228 usingBytes = true; in ensureCapacity()
1232 if (usingBytes) { in switchStorage()
1242 usingBytes = false; in switchStorage()
1252 U_ASSERT(usingBytes); in switchStorage()
1258 if (other.usingBytes) { in copyBcdFrom()
1268 if (other.usingBytes) { in moveBcdFrom()
1269 usingBytes = true; in moveBcdFrom()
1274 other.usingBytes = false; in moveBcdFrom()
1281 if (usingBytes) { in checkHealth()
1361 (usingBytes ? "bytes" : "long"), in toString()