Lines Matching refs:fStorage
75 fContext.digits = fStorage.getCapacity();
77 fDecNumber = fStorage.getAlias();
95 fDecNumber = fStorage.getAlias();
110 if (other.fStorage.getCapacity() > fStorage.getCapacity()) {
111 fDecNumber = fStorage.resize(other.fStorage.getCapacity());
115 fContext.digits = fStorage.getCapacity();
718 // fContext.digits == fStorage.getCapacity()
719 decNumber *t = fStorage.resize(numDigits, fStorage.getCapacity());
818 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity());