Lines Matching refs:usingBytes
81 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()
1196 U_ASSERT(!usingBytes); in readIntToBcd()
1210 U_ASSERT(usingBytes); in readLongToBcd()
1220 U_ASSERT(!usingBytes); in readLongToBcd()
1266 if (usingBytes) { in compact()
1315 int32_t oldCapacity = usingBytes ? fBCD.bcdBytes.len : 0; in ensureCapacity()
1316 if (!usingBytes) { in ensureCapacity()
1333 usingBytes = true; in ensureCapacity()
1337 if (usingBytes) { in switchStorage()
1347 usingBytes = false; in switchStorage()
1357 U_ASSERT(usingBytes); in switchStorage()
1363 if (other.usingBytes) { in copyBcdFrom()
1373 if (other.usingBytes) { in moveBcdFrom()
1374 usingBytes = true; in moveBcdFrom()
1379 other.usingBytes = false; in moveBcdFrom()
1386 if (usingBytes) { in checkHealth()
1466 (usingBytes ? "bytes" : "long"), in toString()