Searched refs:AddUInt32ToString (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp384 static void AddUInt32ToString(AString &s, UInt32 val) function
408 AddUInt32ToString(s, num);
478 AddUInt32ToString(s, size);
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp172 static void AddUInt32ToString(AString &s, UInt32 value) function in namespace:NArchive::NXz
195 AddUInt32ToString(s, size);
243 AddUInt32ToString(s, (UInt32)f.props[0] + 1);
297 AddUInt32ToString(s2, (UInt32)i);

Completed in 146 milliseconds