Lines Matching defs:dicSize
93 static HRESULT StringToDictSize(const UString &s, UInt32 &dicSize)
105 dicSize = (UInt32)1 << (unsigned)number;
111 case 'b': dicSize = number; return S_OK;
119 dicSize = number << numBits;
340 UInt32 dicSize;
341 RINOK(StringToDictSize(value, dicSize));
342 prop.Value = dicSize;
410 UInt32 dicSize;
411 RINOK(PROPVARIANT_to_DictSize(value, dicSize));
412 prop.Value = dicSize;