HomeSort by relevance Sort by last modified time
    Searched refs:ReAlloc (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Common/
MyString.h 172 void ReAlloc(unsigned newLimit);
213 ReAlloc(minBufLen);
330 void ReAlloc(unsigned newLimit);
371 ReAlloc(minBufLen);
MyString.cpp 320 void AString::ReAlloc(unsigned newLimit)
346 ReAlloc(next - 1);
359 ReAlloc(next - 1);
754 void UString::ReAlloc(unsigned newLimit)
780 ReAlloc(next - 1);
793 ReAlloc(next - 1);

Completed in 54 milliseconds