Searched refs:MyStringCopy (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/Common/ |
D | MyString.h | 19 inline T * MyStringCopy(T *dest, const T *src) in MyStringCopy() function 220 MyStringCopy(_chars, chars); // can be optimized by memove() in CStringBase() 226 MyStringCopy(_chars, s._chars); in CStringBase() 268 MyStringCopy(_chars, chars); 278 MyStringCopy(_chars, s._chars); 294 MyStringCopy(_chars + _length, s); 301 MyStringCopy(_chars + _length, s._chars);
|
D | MyString.cpp | 65 return MyStringCopy(s, (const wchar_t *)MultiByteToUnicodeString(a)); in MyStringUpper() 77 return MyStringCopy(s, (const wchar_t *)MultiByteToUnicodeString(a)); in MyStringLower()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | PercentPrinter.cpp | 78 MyStringCopy(p, s); in RePrintRatio()
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 253 MyStringCopy(d + MyStringLen(d), s); in MyStrCat()
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 336 MyStringCopy((wchar_t *)buffer + pos, (const wchar_t *)s); in SetValue_Strings()
|