Searched refs:MyStringCopy (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/ |
D | CommonDialog.cpp | 39 MyStringCopy(Buf, s); in Add() 62 MyStringCopy(Buf, s); in Add() 120 MyStringCopy(buf, (const char *)GetSystemString(filePath)); in MyGetOpenFileName() 150 MyStringCopy(buf, filePath); in MyGetOpenFileName()
|
D | Registry.cpp | 335 MyStringCopy((wchar_t *)buffer + pos, (const wchar_t *)s); in SetValue_Strings()
|
/external/lzma/CPP/Common/ |
D | MyString.cpp | 424 MyStringCopy(_chars, s); in AString() 430 MyStringCopy(_chars, s._chars); in AString() 459 MyStringCopy(_chars, s); in operator =() 476 MyStringCopy(_chars, s._chars); in operator =() 484 MyStringCopy(_chars + _len, s); in operator +=() 492 MyStringCopy(_chars + _len, s._chars); in operator +=() 858 MyStringCopy(_chars, s); in UString() 864 MyStringCopy(_chars, s._chars); in UString() 893 MyStringCopy(_chars, s); in operator =() 910 MyStringCopy(_chars, s._chars); in operator =() [all …]
|
D | MyString.h | 23 inline void MyStringCopy(char *dest, const char *src) in MyStringCopy() function 48 inline void MyStringCopy(wchar_t *dest, const wchar_t *src) in MyStringCopy() function
|
/external/lzma/CPP/7zip/UI/Console/ |
D | PercentPrinter.cpp | 90 MyStringCopy(p, s); in RePrintRatio()
|
D | List.cpp | 640 MyStringCopy(TempWString.GetBuffer(len), prop.bstrVal); in PrintItemInfo()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 491 MyStringCopy(temp + pos, name); in SetMethodToProp() 496 MyStringCopy(dest, s); in SetMethodToProp()
|