Searched defs:SetStartLen (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
H A DMyString.cpp332 void AString::SetStartLen(unsigned len) function in class:AString
368 SetStartLen(num);
378 SetStartLen(num);
385 SetStartLen(s.Len() + 1);
395 SetStartLen(num1 + num2);
416 SetStartLen(1);
423 SetStartLen(MyStringLen(s));
429 SetStartLen(s._len);
766 void UString::SetStartLen(unsigned len) function in class:UString
802 SetStartLen(nu
[all...]

Completed in 93 milliseconds